aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-24PR25333, GAS is slow processing -fdebug-types-sectionsAlan Modra1-102/+151
2024-01-15gas: x86: synthesize CFI for hand-written asmIndu Bhagat1-0/+18
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-15ELF: reliably invoke md_elf_section_change_hook()Jan Beulich1-11/+18
2023-12-15ELF: drop "push" parameter from obj_elf_change_section()Jan Beulich1-10/+20
2023-09-20elf-attrs.c memory allocation failAlan Modra1-3/+7
2023-08-31gas init_stab_section and get_stab_string_offsetAlan Modra1-8/+6
2023-08-31gas OBJ_PROCESS_STABAlan Modra1-3/+2
2023-08-25gas/ELF: allow "inheriting" section attributes and typeJan Beulich1-3/+50
2023-08-11gas: purge md_elf_section_word()Jan Beulich1-8/+0
2023-08-02Revert "2.41 Release sources"Sam James1-2/+3
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-3/+2
2023-07-26Don't warn on .attach_to_group to same groupAlan Modra1-2/+3
2023-06-09ecoff find_nearest_line and final link leaksAlan Modra1-0/+1
2023-05-18PR11601, Solaris assembler compatibility doesn't workAlan Modra1-0/+4
2023-02-02gas obj_endAlan Modra1-28/+52
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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