Age | Commit message (Expand) | Author | Files | Lines |
2020-10-05 | GAS: Update the .section directive so that a numeric section index can be pro... | Nick Clifton | 1 | -9/+30 |
2020-10-01 | Add new directive to GAS: .attach_to_group. | Nick Clifton | 1 | -0/+24 |
2020-09-30 | gcc-4.4.7 warning fixes | Alan Modra | 1 | -2/+2 |
2020-09-16 | Tidy elf_symbol_from | Alan Modra | 1 | -3/+2 |
2020-08-23 | PR26513, 629310abec breaks assembling PowerPC Linux kernels | Alan Modra | 1 | -1/+1 |
2020-08-21 | Rearrange symbol_create parameters | Alan Modra | 1 | -3/+2 |
2020-08-20 | Port gas/config/* to str_htab. | Martin Liska | 1 | -8/+11 |
2020-08-17 | gas: Fix internal error in S_SET_SEGMENT | Alex Coplan | 1 | -1/+8 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", gas | Alan Modra | 1 | -7/+3 |
2020-04-22 | .symver fixes | Alan Modra | 1 | -3/+1 |
2020-04-21 | gas: Extend .symver directive | H.J. Lu | 1 | -107/+211 |
2020-04-16 | Stop the MIPS assembler from accepting ifunc symbols. | Nick Clifton | 1 | -0/+4 |
2020-02-26 | Indent labels | Alan Modra | 1 | -3/+3 |
2020-02-10 | gas: error for section type, attr, or entsize change | Alan Modra | 1 | -3/+18 |
2020-02-06 | ELF: Support the section flag 'o' in .section directive | H.J. Lu | 1 | -5/+47 |
2020-02-02 | ELF: Add support for unique section ID to assembler | H.J. Lu | 1 | -29/+92 |
2020-01-08 | Make the assembler generate an error if there is an attempt to define a secti... | Nick Clifton | 1 | -0/+12 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-23 | ecoff bfd.h tidy | Alan Modra | 1 | -0/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -15/+12 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -0/+3 |
2019-07-23 | SHF_GNU_MBIND requires ELFOSABI_GNU | Alan Modra | 1 | -26/+43 |
2019-07-09 | Re: gas/ELF: don't accumulate .type settings | Alan Modra | 1 | -17/+0 |
2019-07-04 | gas/ELF: don't accumulate .type settings | Jan Beulich | 1 | -1/+32 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-01 | PR23938, should not free memory alloced in obstack by free() | Alan Modra | 1 | -1/+1 |
2018-10-29 | Move struc-symbol.h to symbols.c | Alan Modra | 1 | -10/+7 |
2018-04-18 | various i386-aout and i386-coff target removal | Alan Modra | 1 | -97/+0 |
2018-04-16 | Fix illegal memory accesses in the assembler when attempting to parse corrup ... | Nick Clifton | 1 | -1/+2 |
2018-04-16 | Remove i370 support | Alan Modra | 1 | -6/+0 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 1 | -5/+23 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-11-29 | Use the record_alignment function when creating a .note section, in case the ... | Nick Clifton | 1 | -1/+1 |
2017-11-27 | When creating a .note section to contain a version note, set the section alig... | Nick Clifton | 1 | -0/+1 |
2017-10-05 | PR21167, relocation sections not included in groups | Alan Modra | 1 | -26/+39 |
2017-06-26 | Check unsupported .symver with common symbol | H.J. Lu | 1 | -0/+15 |
2017-04-04 | Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX | H.J. Lu | 1 | -7/+47 |
2017-02-17 | GAS: Add ECOFF `.aent' pseudo-op support | Maciej W. Rozycki | 1 | -0/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-31 | PRU GAS Port | Dimitar Dimitrov | 1 | -0/+4 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -0/+1 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -5/+3 |
2016-05-13 | use xstrdup, xmemdup0 and concat more | Trevor Saunders | 1 | -6/+2 |
2016-04-03 | use XNEW and related macros more | Trevor Saunders | 1 | -5/+4 |
2016-04-03 | use xstrdup and friends more | Trevor Saunders | 1 | -3/+1 |
2016-04-01 | Constify more | Alan Modra | 1 | -1/+2 |
2016-03-28 | add more const qualifiers | Trevor Saunders | 1 | -2/+3 |
2016-03-25 | rename flag_size_check to flag_allow_nonconst_size and make it a bool | Trevor Saunders | 1 | -1/+1 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -4/+5 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -2/+2 |