aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2019-02-01S12Z: GAS: Allow #_symbol operands as mov sourceJohn Darrington5-35/+115
2019-02-01S12Z: GAS: Fix incorrect range test for 16-bit PC relative offsets.John Darrington8-1/+63
2019-02-01S12Z: GAS: Issue warning if TFR/EXG have identical source and destination.John Darrington4-0/+11
2019-02-01S12Z: GAS: Disallow immediate destination operandsJohn Darrington6-36/+107
2019-01-31S/390: Implement instruction set extensionsAndreas Krebbel7-7/+328
2019-01-31Assorted warning fixesAlan Modra4-8/+15
2019-01-28xtensa: gas: don't keep relocations for constantsMax Filippov3-1/+13
2019-01-28Updated Russian and French translations for the gas sub-directoryNick Clifton3-5489/+6351
2019-01-28Control gas enable-checking default by bfd/development.shAlan Modra3-8/+12
2019-01-25AArch64: Add missing changelog for Update encodings for stg, st2g, stzg and s...Tamar Christina1-0/+10
2019-01-25AArch64: Update encodings for stg, st2g, stzg and st2zg.Sudi Das5-69/+102
2019-01-25AArch64: Add new STZGM instruction for Armv8.5-A Memory Tagging Extension.Sudi Das5-0/+34
2019-01-25AArch64: Remove ldgv and stgv instructions from Armv8.5-A Memory Tagging Exte...Sudi Das6-59/+16
2019-01-25PR23940, check bounds before usingWu Heng2-2/+7
2019-01-25PR24125, Assertion failure with embedded NULs in stringAlan Modra2-2/+6
2019-01-21Updated translations for various binutils subdirectories.Nick Clifton2-2744/+3164
2019-01-19Change version to 2.32.51 and regenerate configure and pot files.Nick Clifton4-2710/+3122
2019-01-19Add markers for 2.32 branch to NEWS and ChangeLog files.Nick Clifton2-0/+6
2019-01-17Arm: Clean up PE GAS testsuite correct THUMB tests.Tamar Christina9-1/+51
2019-01-16Don't emit vendor attribute section if there is no attribute to emit.Jim Wilson2-0/+7
2019-01-16RISC-V: Support ELF attribute for gas and readelf.Jim Wilson25-6/+390
2019-01-16S12Z: gas: Fix bug when a symbol name was the single letter 'c'.John Darrington5-4/+32
2019-01-16S12Z: gas: Permit "extend" instructions which don't actually extend.John Darrington2-10/+7
2019-01-16S12Z: Emit RELOC_S12Z_OPR instead of RELOC_EXT24 where appropriate.John Darrington3-7/+20
2019-01-14Implement the assembly instructions yield, wfe, wfi and sev for ARMv6T2 in bo...Srinath Parvathaneni5-2/+44
2019-01-11More fallout from PR 23963 changeAlan Modra3-4/+10
2019-01-10Correct changelog entry.Nick Clifton1-2/+3
2019-01-10Stop objdump from displaying control codes embedded in symbol names.Nick Clifton31-443/+479
2019-01-09S12Z: Fix disassembly of indexed OPR operands with zero index.John Darrington3-1/+8
2019-01-09Adjust bfd/warning.m4 egrep patternsAndrew Paprocki2-5/+9
2019-01-08[AArch64][gas] Add -mcpu support for Arm AresKyrylo Tkachov3-0/+11
2019-01-08run_dump_test source in build directoryAlan Modra137-2/+210
2019-01-07[arm][gas] Add -mcpu support for Arm AresKyrylo Tkachov3-0/+9
2019-01-05RX: gas - Add RXv3 instruction support.Yoshinori Sato49-57/+903
2019-01-04Fix potential buffer overrun whilst scanning macro strings.Wu Heng2-1/+7
2019-01-04Fix bug parsing angle bracketed string sequences.Wu Heng2-2/+11
2019-01-01Update year range in copyright notice of binutils filesAlan Modra561-563/+567
2019-01-01ChangeLog rotationAlan Modra2-5874/+5888
2018-12-19x86: Properly handle PLT expression in directiveH.J. Lu8-3/+34
2018-12-14elf: Add PT_GNU_PROPERTY segment typeH.J. Lu3-3/+9
2018-12-13Fix typo/thinko in last change.Jeff Law2-1/+6
2018-12-13Move aarch64 CIE code to aarch64 backendSam Tebbs4-13/+70
2018-12-12[GAS][Arm] Skip Local BLX Thumb tests for arm-netbsdelf and arm-ntoAndre Vieira2-1/+6
2018-12-10RISC-V: Don't segfault for two regs in auipc or lui.Jim Wilson5-1/+27
2018-12-10Correct gas/ChangeLog entry for PR gas/23968H.J. Lu1-1/+1
2018-12-09x86: Put back BFD_RELOC_X86_64_GOTPCRELH.J. Lu6-0/+39
2018-12-07RISC-V: Fix 4-arg add parsing.Jim Wilson5-3/+43
2018-12-06PowerPC @l, @h and @ha warnings, plus VLE e_liAlan Modra2-33/+61
2018-12-06opcodes/riscv: Hide '.L0 ' fake symbolsAndrew Burgess2-2/+8
2018-12-05[aarch64] Add support for pointer authentication B keySam Tebbs7-16/+150