| Commit message (Expand) | Author | Age | Files | Lines |
* | Add --enable-compressed-debug-sections={all,gas,gold,ld} | H.J. Lu | 2015-10-20 | 4 | -36/+29 |
* | Add a gas configure option to select the default behaviour for the generation... | Nick Clifton | 2015-10-19 | 8 | -10/+79 |
* | Add missing changelog entries | Andreas Krebbel | 2015-10-14 | 1 | -0/+7 |
* | S/390: Fix instruction type of troo, trot, trto, and trtt. | Andreas Krebbel | 2015-10-14 | 4 | -24/+24 |
* | Update list of known MSP430 MCU names. | Nick Clifton | 2015-10-12 | 2 | -62/+622 |
* | avr: Fix bugs in org/align tracking. | Andrew Burgess | 2015-10-12 | 5 | -13/+33 |
* | Bug 19113 - read.c stringer assertion | Alan Modra | 2015-10-10 | 2 | -3/+9 |
* | Avoid using 'template' C++ keyword | Yao Qi | 2015-10-07 | 2 | -8/+13 |
* | New ARC implementation. | Nick Clifton | 2015-10-07 | 86 | -4760/+5014 |
* | [GAS][AARCH64]Add TLSDESC large memory model support. | Renlin Li | 2015-10-02 | 9 | -0/+152 |
* | [Binutils][AARCH64]Add TLS IE large memory support. | Renlin Li | 2015-10-02 | 7 | -1/+66 |
* | [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support. | Renlin Li | 2015-10-02 | 5 | -0/+37 |
* | [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support. | Renlin Li | 2015-10-02 | 5 | -0/+38 |
* | [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support. | Renlin Li | 2015-10-02 | 5 | -0/+37 |
* | [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support. | Renlin Li | 2015-10-02 | 5 | -0/+38 |
* | Revise new e500 invalid opcode test | Alan Modra | 2015-09-30 | 4 | -9/+14 |
* | Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine ... | Dominik Vogt | 2015-09-29 | 17 | -54/+267 |
* | Patches for illegal ppc 500 instructions | Tom Rix | 2015-09-28 | 4 | -0/+26 |
* | Correct the generation of OR1K pc-relative relocations. | Peter Zotov | 2015-09-25 | 3 | -18/+55 |
* | POSIX shell compatibility of gas/configure.ac | Ryo ONODERA | 2015-09-25 | 3 | -10/+16 |
* | Fix compile time warnings generated when compiling with clang. | Nick Clifton | 2015-09-23 | 2 | -1/+5 |
* | Change 7-byte NOP instruction for RX target, so that it only takes 1 cycle to... | Nick Clifton | 2015-09-22 | 2 | -2/+6 |
* | S/390: Fix instruction format of crj*, clrj*, and clgrj*. | Andreas Krebbel | 2015-09-10 | 1 | -39/+39 |
* | S/390: Fix MASK_RIE_R0PI and MASK_RIE_R0PU. | Andreas Krebbel | 2015-09-10 | 1 | -52/+52 |
* | S/390: Fix opcode of ppno. | Andreas Krebbel | 2015-09-09 | 1 | -1/+1 |
* | config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc'... | Chen Gang | 2015-09-08 | 2 | -1/+6 |
* | More fallout from "Allow symbol and label names to be enclosed in double quotes" | Alan Modra | 2015-08-27 | 18 | -92/+134 |
* | Fallout from "Allow symbol and label names to be enclosed in double quotes" | Alan Modra | 2015-08-26 | 4 | -4/+13 |
* | Add asprintf to the list of functions whose decls are checked at configure time. | Nick Clifton | 2015-08-26 | 4 | -1/+22 |
* | Update MIPS tests for test failures on some configurations. | Simon Dardis | 2015-08-25 | 4 | -14/+20 |
* | Support for the sparc %pmcdper privileged register. | Jose E. Marchesi | 2015-08-25 | 7 | -0/+19 |
* | Fix the partial disassembly of a broken three byte instruction at the end of ... | Jan Stancek | 2015-08-24 | 3 | -0/+21 |
* | Allow symbol and label names to be enclosed in double quotes. | Nick Clifton | 2015-08-21 | 59 | -911/+900 |
* | PR binutils/18257: Properly decode x86/Intel mask instructions. | Alexander Fomin | 2015-08-21 | 5 | -2/+1002 |
* | [AArch64][5/6] GAS support TLSLD load/store relocation types | Jiong Wang | 2015-08-19 | 19 | -10/+222 |
* | [AArch64][3/6] GAS support TLSLD move/add relocation types | Jiong Wang | 2015-08-19 | 23 | -0/+247 |
* | [AArch64][1/6] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NC | Jiong Wang | 2015-08-19 | 7 | -0/+53 |
* | Rationalize ARM .align | Alan Modra | 2015-08-17 | 4 | -48/+14 |
* | Fixes for unpredictable nops and 26-bit versions of teq,tst,cmn,cmp. | Andre Vieira | 2015-08-13 | 4 | -16/+39 |
* | gas 0f handling | Alan Modra | 2015-08-13 | 2 | -38/+30 |
* | gas 0b vs 0b0 vs 00b | Alan Modra | 2015-08-13 | 2 | -21/+32 |
* | Correct local label doc | Alan Modra | 2015-08-13 | 2 | -5/+10 |
* | xtensa: add --auto-litpools option | Max Filippov | 2015-08-12 | 9 | -7/+523 |
* | [MIPS] Map 'move' to 'or'. | Simon Dardis | 2015-08-12 | 38 | -179/+239 |
* | Remove trailing spaces in gas | H.J. Lu | 2015-08-12 | 81 | -812/+812 |
* | [AArch64][7/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12 | Jiong Wang | 2015-08-11 | 7 | -0/+54 |
* | [AArch64][5/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC | Jiong Wang | 2015-08-11 | 7 | -0/+55 |
* | [AArch64][2/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21 | Jiong Wang | 2015-08-11 | 7 | -1/+50 |
* | Fix compile time warning messages about constant expressions where a value is... | Nick Clifton | 2015-08-11 | 2 | -5/+13 |
* | Convert 'A && (!A || B)' to 'A || B' in various places. | Nick Clifton | 2015-08-11 | 2 | -10/+15 |