summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Update gas testsH.J. Lu2015-06-2723-105/+73
* Update ia64 gas testsH.J. Lu2015-06-273-2/+7
* Update .strtab section sizes in mmix testsH.J. Lu2015-06-253-2/+7
* Use strtab with GC and suffix merging for .strtabH.J. Lu2015-06-254-0/+24
* Remove the extra @section .cfi_lsdaH.J. Lu2015-06-242-1/+4
* PPC sync instruction accepts invalid and incompatible operandsPeter Bergner2015-06-223-4/+9
* Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton2015-06-227-36/+48
* Allow for optional operands with non-zero default values.Peter Bergner2015-06-196-6/+23
* Add support for using the ADR alias in Thumb mode against nearby symbols.Nick Clifton2015-06-186-0/+72
* Fix the computation of the addends for an ARM_TLS_LE32 reloc.Nick Clifton2015-06-185-2/+56
* Fix compile warnings building previous delta in a 32-bit environment.Nick Clifton2015-06-172-8/+43
* Add support for converting LDR Rx,=<imm> to MOV or MVN in Thumb2 mode.Alessandro Marzocchi2015-06-177-4/+126
* Add support for converting VLDR <reg>,=<constant> to a VMOV instruction when ...Alessandro Marzocchi2015-06-1710-61/+452
* gas: section name substitution sequenceNicolas Pitre2015-06-175-1/+81
* [AArch64] Support id_mmfr4 system registerMatthew Wahab2015-06-163-11/+18
* [AArch64] Gas add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 supportRenlin Li2015-06-155-15/+41
* gas: Don't use frag_align but use plain padding to align .debug_aranges.Mark Wielaard2015-06-155-2/+55
* tc-hppa.c: Speed up search for last labelJohn David Anglin2015-06-112-50/+28
* Fix RX GAS handling of integer bignums.Nick Clifton2015-06-082-22/+33
* Add hwsync extended mnemonic.Peter Bergner2015-06-043-4/+18
* Fix compile time warning for tc-h8300.c when using gcc 5+.Nick Clifton2015-06-042-1/+6
* [AArch64] Add support for ARMv8.1 command line optionMatthew Wahab2015-06-044-1/+13
* [ARM] Use frag's thumb_mode information when availableJiong Wang2015-06-042-2/+11
* [ARM] Commit approaved testcases missed in previous commitMatthew Wahab2015-06-033-0/+142
* [ARM] Support for ARMv8.1 command line optionMatthew Wahab2015-06-034-0/+12
* [ARM] Support for ARMv8.1 Adv.SIMD extensionMatthew Wahab2015-06-022-2/+18
* [ARM] Add support for ARMv8.1 PAN extensionMatthew Wahab2015-06-026-9/+79
* [AArch64] Support for ARMv8.1a Adv.SIMD instructionsMatthew Wahab2015-06-027-0/+232
* [AArch64] Support for ARMv8.1a Limited Ordering Regions extensionMatthew Wahab2015-06-027-0/+106
* [AArch64][GAS] Add support for PAN architecture extensionMatthew Wahab2015-06-017-5/+92
* [AArch64] GAS support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang2015-06-015-0/+25
* [AArch64] GAS Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang2015-06-015-15/+42
* x86/Intel: disassemble vcvt{,u}si2s{d,s} with correct operand orderJan Beulich2015-06-017-432/+439
* x86/Intel: accept mandated operand order for vcvt{,u}si2s{d,s}Jan Beulich2015-06-013-72/+81
* Compact EH SupportCatherine Moore2015-05-2835-151/+1547
* xtensa: fix gas segfault with --text-section-literalsMax Filippov2015-05-262-1/+15
* Fixes: "gas/read.c:5087:12: error: left shift of negative"Nick Clifton2015-05-222-1/+7
* [AArch64] Sort relocation case labels alphabeticallyJiong Wang2015-05-202-18/+25
* Support AMD64/Intel ISAs in assembler/disassemblerH.J. Lu2015-05-1511-2/+100
* Add -mshared option to x86 ELF assemblerH.J. Lu2015-05-1511-28/+219
* Fix some PPC assembler errors.Peter Bergner2015-05-147-9/+30
* Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu2015-05-142-13/+17
* xtensa: fix gas trampolines regressionMax Filippov2015-05-134-2/+20
* Revert "Add -mno-shared to x86 assembler"H.J. Lu2015-05-137-110/+0
* Add missing ChangeLog entries for PR binutis/18386H.J. Lu2015-05-131-0/+11
* Default e_machine to EM_IAMCU for i?86-*-elfiamcuH.J. Lu2015-05-113-1/+30
* Add Intel MCU support to gasH.J. Lu2015-05-1118-6/+279
* Ignore 0x66 prefix for call/jmp/jcc in 64-bit modeH.J. Lu2015-05-096-6/+105
* Change ARM symbol name verification code so that it only triggers when the fo...Nick Clifton2015-05-086-35/+61
* Add -mno-shared to x86 assemblerH.J. Lu2015-05-087-0/+110