summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Add --enable-compressed-debug-sections={all,gas,gold,ld}H.J. Lu2015-10-204-36/+29
* Add a gas configure option to select the default behaviour for the generation...Nick Clifton2015-10-198-10/+79
* Add missing changelog entriesAndreas Krebbel2015-10-141-0/+7
* S/390: Fix instruction type of troo, trot, trto, and trtt.Andreas Krebbel2015-10-144-24/+24
* Update list of known MSP430 MCU names.Nick Clifton2015-10-122-62/+622
* avr: Fix bugs in org/align tracking.Andrew Burgess2015-10-125-13/+33
* Bug 19113 - read.c stringer assertionAlan Modra2015-10-102-3/+9
* Avoid using 'template' C++ keywordYao Qi2015-10-072-8/+13
* New ARC implementation.Nick Clifton2015-10-0786-4760/+5014
* [GAS][AARCH64]Add TLSDESC large memory model support.Renlin Li2015-10-029-0/+152
* [Binutils][AARCH64]Add TLS IE large memory support.Renlin Li2015-10-027-1/+66
* [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support.Renlin Li2015-10-025-0/+37
* [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support.Renlin Li2015-10-025-0/+38
* [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support.Renlin Li2015-10-025-0/+37
* [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.Renlin Li2015-10-025-0/+38
* Revise new e500 invalid opcode testAlan Modra2015-09-304-9/+14
* Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine ...Dominik Vogt2015-09-2917-54/+267
* Patches for illegal ppc 500 instructionsTom Rix2015-09-284-0/+26
* Correct the generation of OR1K pc-relative relocations.Peter Zotov2015-09-253-18/+55
* POSIX shell compatibility of gas/configure.acRyo ONODERA2015-09-253-10/+16
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-232-1/+5
* Change 7-byte NOP instruction for RX target, so that it only takes 1 cycle to...Nick Clifton2015-09-222-2/+6
* S/390: Fix instruction format of crj*, clrj*, and clgrj*.Andreas Krebbel2015-09-101-39/+39
* S/390: Fix MASK_RIE_R0PI and MASK_RIE_R0PU.Andreas Krebbel2015-09-101-52/+52
* S/390: Fix opcode of ppno.Andreas Krebbel2015-09-091-1/+1
* config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc'...Chen Gang2015-09-082-1/+6
* More fallout from "Allow symbol and label names to be enclosed in double quotes"Alan Modra2015-08-2718-92/+134
* Fallout from "Allow symbol and label names to be enclosed in double quotes"Alan Modra2015-08-264-4/+13
* Add asprintf to the list of functions whose decls are checked at configure time.Nick Clifton2015-08-264-1/+22
* Update MIPS tests for test failures on some configurations.Simon Dardis2015-08-254-14/+20
* Support for the sparc %pmcdper privileged register.Jose E. Marchesi2015-08-257-0/+19
* Fix the partial disassembly of a broken three byte instruction at the end of ...Jan Stancek2015-08-243-0/+21
* Allow symbol and label names to be enclosed in double quotes.Nick Clifton2015-08-2159-911/+900
* PR binutils/18257: Properly decode x86/Intel mask instructions.Alexander Fomin2015-08-215-2/+1002
* [AArch64][5/6] GAS support TLSLD load/store relocation typesJiong Wang2015-08-1919-10/+222
* [AArch64][3/6] GAS support TLSLD move/add relocation typesJiong Wang2015-08-1923-0/+247
* [AArch64][1/6] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NCJiong Wang2015-08-197-0/+53
* Rationalize ARM .alignAlan Modra2015-08-174-48/+14
* Fixes for unpredictable nops and 26-bit versions of teq,tst,cmn,cmp.Andre Vieira2015-08-134-16/+39
* gas 0f handlingAlan Modra2015-08-132-38/+30
* gas 0b vs 0b0 vs 00bAlan Modra2015-08-132-21/+32
* Correct local label docAlan Modra2015-08-132-5/+10
* xtensa: add --auto-litpools optionMax Filippov2015-08-129-7/+523
* [MIPS] Map 'move' to 'or'.Simon Dardis2015-08-1238-179/+239
* Remove trailing spaces in gasH.J. Lu2015-08-1281-812/+812
* [AArch64][7/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang2015-08-117-0/+54
* [AArch64][5/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang2015-08-117-0/+55
* [AArch64][2/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang2015-08-117-1/+50
* Fix compile time warning messages about constant expressions where a value is...Nick Clifton2015-08-112-5/+13
* Convert 'A && (!A || B)' to 'A || B' in various places.Nick Clifton2015-08-112-10/+15