Age | Commit message (Expand) | Author | Files | Lines |
2021-04-01 | Use startswith in gas subfolder. | Martin Liska | 1 | -20/+20 |
2021-03-31 | Use bool in gas | Alan Modra | 1 | -29/+29 |
2021-02-16 | gas: Allow SHF_GNU_RETAIN on all sections | H.J. Lu | 1 | -6/+12 |
2021-01-14 | gas: make [248]byte directives available everywhere | Mike Frysinger | 1 | -4/+0 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -0/+3 |
2021-01-04 | elf: Allow mixed ordered/unordered inputs for non-relocatable link | H.J. Lu | 1 | -1/+3 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-16 | constify elfNN_bed | Alan Modra | 1 | -16/+11 |
2020-12-16 | PR27071, gas bugs uncovered by fuzzing | Alan Modra | 1 | -1/+17 |
2020-12-08 | gas: Generate a new section for SHF_GNU_RETAIN | H.J. Lu | 1 | -17/+18 |
2020-11-18 | Support SHF_GNU_RETAIN ELF section flag | Jozef Lawrynowicz | 1 | -17/+63 |
2020-11-09 | gas: improve reproducibility for stabs debugging data format | Denys Zagorui | 1 | -1/+2 |
2020-11-03 | gas: fix symbol value calculation for versioned symbol aliases | Christian Eggers | 1 | -1/+2 |
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 |