summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* [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
* Optimize branches to non-weak symbols with visibilityH.J. Lu2015-05-077-4/+137
* gas: typo in comment fixed.Jose E. Marchesi2015-05-062-1/+5
* gas: added tests for the sparc natural instructions.Jose E. Marchesi2015-05-065-5/+53
* gas: support for the sparc %ncc condition codes register.Jose E. Marchesi2015-05-069-2/+56
* Update GAS documentation to note that dollar local labels are only supported ...Nick Clifton2015-05-062-15/+23
* [AArch64] Record instruction alignment for .inst directiveRenlin Li2015-05-065-5/+30
* [AARCH64] Positively emit symbols for alignmentRenlin Li2015-05-057-14/+63
* Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton2015-05-052-14/+33
* xtensa: optimize trampolines relaxationMax Filippov2015-05-052-27/+207
* Fix typos in previous patch.DJ Delorie2015-05-012-6/+11
* Remove i386_elf_emit_arch_noteH.J. Lu2015-05-017-47/+23
* Support ix86-*-elf*H.J. Lu2015-05-012-1/+5
* Make RL78 disassembler and simulator respect ISA for mul/divDJ Delorie2015-04-304-7/+46
* Use "else if" on cpu_arch_isaH.J. Lu2015-04-302-1/+6
* GAS ARM: Warn if the user creates a symbol with the same name as an instruction.Nick Clifton2015-04-307-0/+82