summaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.c
Commit message (Expand)AuthorAgeFilesLines
* gas: use notes_calloc in string hashAlan Modra2022-07-091-1/+1
* PR29256, memory leak in obj_elf_section_nameAlan Modra2022-06-171-14/+18
* gas dwarf2dbg.c tidyAlan Modra2022-06-141-2/+2
* gas: drop .appfile and .applineJan Beulich2022-04-121-29/+19
* gas: copy st_size only if unsetFangrui Song2022-04-041-14/+10
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* gas/ELF: avoid below-base ref in obj_elf_parse_section_letters()Jan Beulich2021-12-211-13/+11
* as: Replace the removed symbol with the versioned symbolH.J. Lu2021-08-161-2/+26
* Add the SEC_ELF_OCTETS flag to debug sections created by the assembler.Tucker2021-07-121-0/+16
* Add a generic .bss directive for ELF based targets.Nick Clifton2021-05-071-14/+35
* Use startswith in gas subfolder.Martin Liska2021-04-011-20/+20
* Use bool in gasAlan Modra2021-03-311-29/+29
* gas: Allow SHF_GNU_RETAIN on all sectionsH.J. Lu2021-02-161-6/+12
* gas: make [248]byte directives available everywhereMike Frysinger2021-01-141-4/+0
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-0/+3
* elf: Allow mixed ordered/unordered inputs for non-relocatable linkH.J. Lu2021-01-041-1/+3
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* constify elfNN_bedAlan Modra2020-12-161-16/+11
* PR27071, gas bugs uncovered by fuzzingAlan Modra2020-12-161-1/+17
* gas: Generate a new section for SHF_GNU_RETAINH.J. Lu2020-12-081-17/+18
* Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz2020-11-181-17/+63
* gas: improve reproducibility for stabs debugging data formatDenys Zagorui2020-11-091-1/+2
* gas: fix symbol value calculation for versioned symbol aliasesChristian Eggers2020-11-031-1/+2
* GAS: Update the .section directive so that a numeric section index can be pro...Nick Clifton2020-10-051-9/+30
* Add new directive to GAS: .attach_to_group.Nick Clifton2020-10-011-0/+24
* gcc-4.4.7 warning fixesAlan Modra2020-09-301-2/+2
* Tidy elf_symbol_fromAlan Modra2020-09-161-3/+2
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-1/+1
* Rearrange symbol_create parametersAlan Modra2020-08-211-3/+2
* Port gas/config/* to str_htab.Martin Liska2020-08-201-8/+11
* gas: Fix internal error in S_SET_SEGMENTAlex Coplan2020-08-171-1/+8
* Replace "if (x) free (x)" with "free (x)", gasAlan Modra2020-05-211-7/+3
* .symver fixesAlan Modra2020-04-221-3/+1
* gas: Extend .symver directiveH.J. Lu2020-04-211-107/+211
* Stop the MIPS assembler from accepting ifunc symbols.Nick Clifton2020-04-161-0/+4
* Indent labelsAlan Modra2020-02-261-3/+3
* gas: error for section type, attr, or entsize changeAlan Modra2020-02-101-3/+18
* ELF: Support the section flag 'o' in .section directiveH.J. Lu2020-02-061-5/+47
* ELF: Add support for unique section ID to assemblerH.J. Lu2020-02-021-29/+92
* Make the assembler generate an error if there is an attempt to define a secti...Nick Clifton2020-01-081-0/+12
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ecoff bfd.h tidyAlan Modra2019-09-231-0/+1
* bfd_section_* macrosAlan Modra2019-09-191-15/+12
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-0/+3
* SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra2019-07-231-26/+43
* Re: gas/ELF: don't accumulate .type settingsAlan Modra2019-07-091-17/+0
* gas/ELF: don't accumulate .type settingsJan Beulich2019-07-041-1/+32
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23938, should not free memory alloced in obstack by free()Alan Modra2018-12-011-1/+1
* Move struc-symbol.h to symbols.cAlan Modra2018-10-291-10/+7