aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-09gas: use notes_calloc in string hashAlan Modra1-1/+1
2022-06-17PR29256, memory leak in obj_elf_section_nameAlan Modra1-14/+18
2022-06-14gas dwarf2dbg.c tidyAlan Modra1-2/+2
2022-04-12gas: drop .appfile and .applineJan Beulich1-29/+19
2022-04-04gas: copy st_size only if unsetFangrui Song1-14/+10
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-21gas/ELF: avoid below-base ref in obj_elf_parse_section_letters()Jan Beulich1-13/+11
2021-08-16as: Replace the removed symbol with the versioned symbolH.J. Lu1-2/+26
2021-07-12Add the SEC_ELF_OCTETS flag to debug sections created by the assembler.Tucker1-0/+16
2021-05-07Add a generic .bss directive for ELF based targets.Nick Clifton1-14/+35
2021-04-01Use startswith in gas subfolder.Martin Liska1-20/+20
2021-03-31Use bool in gasAlan Modra1-29/+29
2021-02-16gas: Allow SHF_GNU_RETAIN on all sectionsH.J. Lu1-6/+12
2021-01-14gas: make [248]byte directives available everywhereMike Frysinger1-4/+0
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+3
2021-01-04elf: Allow mixed ordered/unordered inputs for non-relocatable linkH.J. Lu1-1/+3
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16constify elfNN_bedAlan Modra1-16/+11
2020-12-16PR27071, gas bugs uncovered by fuzzingAlan Modra1-1/+17
2020-12-08gas: Generate a new section for SHF_GNU_RETAINH.J. Lu1-17/+18
2020-11-18Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz1-17/+63
2020-11-09gas: improve reproducibility for stabs debugging data formatDenys Zagorui1-1/+2
2020-11-03gas: fix symbol value calculation for versioned symbol aliasesChristian Eggers1-1/+2
2020-10-05GAS: Update the .section directive so that a numeric section index can be pro...Nick Clifton1-9/+30
2020-10-01Add new directive to GAS: .attach_to_group.Nick Clifton1-0/+24
2020-09-30gcc-4.4.7 warning fixesAlan Modra1-2/+2
2020-09-16Tidy elf_symbol_fromAlan Modra1-3/+2
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-1/+1
2020-08-21Rearrange symbol_create parametersAlan Modra1-3/+2
2020-08-20Port gas/config/* to str_htab.Martin Liska1-8/+11
2020-08-17gas: Fix internal error in S_SET_SEGMENTAlex Coplan1-1/+8
2020-05-21Replace "if (x) free (x)" with "free (x)", gasAlan Modra1-7/+3
2020-04-22.symver fixesAlan Modra1-3/+1
2020-04-21gas: Extend .symver directiveH.J. Lu1-107/+211
2020-04-16Stop the MIPS assembler from accepting ifunc symbols.Nick Clifton1-0/+4
2020-02-26Indent labelsAlan Modra1-3/+3
2020-02-10gas: error for section type, attr, or entsize changeAlan Modra1-3/+18
2020-02-06ELF: Support the section flag 'o' in .section directiveH.J. Lu1-5/+47
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu1-29/+92
2020-01-08Make the assembler generate an error if there is an attempt to define a secti...Nick Clifton1-0/+12
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-23ecoff bfd.h tidyAlan Modra1-0/+1
2019-09-19bfd_section_* macrosAlan Modra1-15/+12
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-0/+3
2019-07-23SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra1-26/+43
2019-07-09Re: gas/ELF: don't accumulate .type settingsAlan Modra1-17/+0
2019-07-04gas/ELF: don't accumulate .type settingsJan Beulich1-1/+32
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-01PR23938, should not free memory alloced in obstack by free()Alan Modra1-1/+1
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-10/+7