aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-15Enhance GAS's .section directive so that it can take numeric values for the f...Nick Clifton1-8/+48
2016-02-04Remove support for creating ARM NOREAD sections.Nick Clifton1-9/+0
2016-01-20Add support for an ARM specific 'y' section attribute flag to mark the sectio...Mickael Guene1-0/+9
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-08ELF: don't re-order SHF_FILE symbolsJan Beulich1-3/+6
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-23/+19
2015-08-12Remove trailing spaces in gasH.J. Lu1-1/+1
2015-06-17gas: section name substitution sequenceNicolas Pitre1-0/+21
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-07-26Prepare gas for 64-bit obstacksAlan Modra1-1/+1
2014-06-16Run write_object_file after errorsAlan Modra1-5/+7
2014-05-20gas/Richard Sandiford1-0/+57
2014-03-05Update copyright yearsAlan Modra1-3/+1
2013-02-062013-02-06 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore1-0/+4
2012-11-09 * read.h (s_vendor_attribute): Move to...Maciej W. Rozycki1-0/+136
2012-11-092012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton1-0/+8
2012-06-30 PR gas/14315Alan Modra1-1/+0
2012-05-19 * config/obj-elf.c (obj_elf_section): Cater for TC_KEEP_OPERAND_SPACESAlan Modra1-3/+8
2012-02-02 PR gas/13224Nick Clifton1-9/+9
2011-12-15 * readelf.c (get_symbol_type): Add ELFOSABI_FREEBSD to theNick Clifton1-1/+2
2011-08-042011-08-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-3/+0
2011-07-03ELFOSABI_GNUThomas Schwinge1-6/+6
2011-03-30 * obj-elf.c (obj_elf_section): Free malloced name.Nick Clifton1-0/+3
2011-03-18 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbolAlan Modra1-41/+4
2011-03-16Add --size-check=[error|warning].H.J. Lu1-6/+14
2011-03-06Mention symbol name in non-constant .size expression.H.J. Lu1-5/+43
2011-02-25 PR gas/12519Alan Modra1-18/+6