summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Add `instruction' to unsupported error messageH.J. Lu2012-05-042-1/+6
* Reformat output_insnH.J. Lu2012-05-042-1/+5
* Remove the extra VEX checkH.J. Lu2012-05-042-2/+5
* Improve unsupported error messageH.J. Lu2012-05-042-2/+8
* Add support for Motorola XGATE embedded CPUNick Clifton2012-05-0325-2/+2269
* * config/rx-parse.y (rx_intop): Add parameter for operation size.DJ Delorie2012-04-302-11/+26
* gas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+.Mark Wielaard2012-04-303-4/+37
* Document sparc's %l34 and %h34David S. Miller2012-04-272-1/+18
* Add support for sparc %cfr ASR register.David S. Miller2012-04-276-0/+31
* Add support for sparc pause instruction.David S. Miller2012-04-276-5/+36
* Add support for sparc compare-and-branch instructions.David S. Miller2012-04-276-5/+161
* Add support for SPARC T4 crypto instructions.David S. Miller2012-04-276-3/+316
* Move sparc opcode hwcaps out of sparc_opcode flags field.David S. Miller2012-04-272-80/+78
* 2012-04-20 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-04-202-0/+146
* gas/Richard Sandiford2012-04-172-1/+5
* Support R_SPARC_WDISP10 and R_SPARC_H34.David S. Miller2012-04-125-0/+58
* * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry):Nick Clifton2012-04-12106-101/+227
* oops - omitted from previous deltaNick Clifton2012-04-124-0/+44
* * config/tc-arm.c (only_one_reg_in_list): New function.Nick Clifton2012-04-123-2/+58
* gas/testsuite/David S. Miller2012-04-072-1/+5
* * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k toMaciej W. Rozycki2012-04-062-1/+6
* binutils/Roland McGrath2012-04-064-6/+15
* * configure.in (AC_CHECK_FUNCS): Add setlocale.Nick Clifton2012-04-055-0/+63
* * config/rx-parse.y: Make the .L optional for ADC and SBB.DJ Delorie2012-04-032-1/+5
* bfd/Roland McGrath2012-04-033-0/+7
* * config/rx-parse.y: IMM->IMM_, take an extra parameter for theDJ Delorie2012-04-034-343/+388
* 2012-03-29 Terry Guo <terry.guo@arm.com>Matthew Gretton-Dann2012-03-293-0/+7
* gas/Maxim Kuvyrkov2012-03-243-1/+12
* gas/Thomas Schwinge2012-03-214-12/+31
* * config/tc-arm.c (do_vmrs): Accept priviledged mode VFP systemNick Clifton2012-03-205-8/+57
* bfd/Roland McGrath2012-03-163-1/+12
* * gas/config/tc-arm.c (aeabi_set_public_attributes): CorrectMatthew Gretton-Dann2012-03-1683-87/+124
* gas/Thomas Schwinge2012-03-152-1/+5
* * gas/i386/bundle-lock.d: Ignore trailing nops.Alan Modra2012-03-154-0/+9
* Replace @defn with @dfnH.J. Lu2012-03-142-5/+9
* Fix up last commit.Roland McGrath2012-03-133-3/+3
* gas/Roland McGrath2012-03-1324-86/+8953
* include/opcode/Alan Modra2012-03-0914-7/+243
* 2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2012-03-083-2/+7
* * mn10300.h (elf_mn10300_reloc_type): Add R_MN10300_TLS_GD,Nick Clifton2012-03-072-0/+26
* * config/tc-crx.c (check_range): Correct uint32_t misconceptions.Alan Modra2012-02-272-5/+6
* * config/tc-tic4x.c (tic4x_do_align): Remove ATTRIBUTE_UNUSED onAlan Modra2012-02-272-13/+23
* * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bitsAlan Modra2012-02-272-12/+26
* gas/Alan Modra2012-02-272-24/+35
* Fix regression from changeWalter Lee2012-02-253-2/+10
* Improve TLS support on TILE-Gx/TILEPro:Walter Lee2012-02-255-183/+342
* Deletes some dead code in the TILE-Gx/TILEPro ports of gas.Walter Lee2012-02-253-128/+6
* Add big-endian support for tilegx.Walter Lee2012-02-256-6/+52
* Properly create and use a bfd_arch_info_type for 32-bit tilegx.Walter Lee2012-02-252-0/+8
* Add HLEPrefixNone/HLEPrefixLock/HLEPrefixAny/HLEPrefixReleaseH.J. Lu2012-02-212-4/+9