aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-18various i386-aout and i386-coff target removalAlan Modra1-97/+0
2018-04-16Fix illegal memory accesses in the assembler when attempting to parse corrup ...Nick Clifton1-1/+2
2018-04-16Remove i370 supportAlan Modra1-6/+0
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-5/+23
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-29Use the record_alignment function when creating a .note section, in case the ...Nick Clifton1-1/+1
2017-11-27When creating a .note section to contain a version note, set the section alig...Nick Clifton1-0/+1
2017-10-05PR21167, relocation sections not included in groupsAlan Modra1-26/+39
2017-06-26Check unsupported .symver with common symbolH.J. Lu1-0/+15
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-7/+47
2017-02-17GAS: Add ECOFF `.aent' pseudo-op supportMaciej W. Rozycki1-0/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-31PRU GAS PortDimitar Dimitrov1-0/+4
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-05-13use XNEW and related macros moreTrevor Saunders1-5/+3
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-6/+2
2016-04-03use XNEW and related macros moreTrevor Saunders1-5/+4
2016-04-03use xstrdup and friends moreTrevor Saunders1-3/+1
2016-04-01Constify moreAlan Modra1-1/+2
2016-03-28add more const qualifiersTrevor Saunders1-2/+3
2016-03-25rename flag_size_check to flag_allow_nonconst_size and make it a boolTrevor Saunders1-1/+1
2016-03-21Remove use of alloca.Nick Clifton1-4/+5
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-2/+2