aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-coff.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-31gas init_stab_section and get_stab_string_offsetAlan Modra1-4/+2
2023-05-03Remove unused args from bfd_make_debug_symbolAlan Modra1-1/+1
2023-02-02gas obj_endAlan Modra1-0/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-16aarch64-pe can't fill 16 bytes in section .textAlan Modra1-2/+6
2022-04-12gas: drop .appfile and .applineJan Beulich1-10/+8
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-05-07Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot1-0/+15
2021-04-01Remove strneq macro and use startswith.Martin Liska1-3/+2
2021-03-31Use bool in gasAlan Modra1-4/+4
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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/+4
2020-03-25The "b" flag for COFF sections only unsets the LOAD attribute. It should als...J.W. Jagersma1-0/+5
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-16/+14
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-4/+0
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-5/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-05-13Fix build breakageAlan Modra1-1/+0
2016-05-13use XNEW and related macros moreTrevor Saunders1-12/+10
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-19/+5
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-19/+12
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-13More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton1-0/+1
2014-07-26Prepare gas for 64-bit obstacksAlan Modra1-1/+0
2014-03-05Update copyright yearsAlan Modra1-3/+1
2012-10-18 * config/obj-coff.c: Add include of struc-symbol.h header.Kai Tietz1-2/+6
2011-09-272011-09-27 Kai Tietz <ktietz@redhat.com>Kai Tietz1-0/+6
2011-05-18bfdTristan Gingold1-1/+10
2010-11-05 * config/obj-coff.c (weak_altname2name): Don't infer from the presenceDave Korn1-11/+1
2010-10-26 * config/obj-coff.c (coff_format_ops): Fix typo.Alan Modra1-1/+1
2010-10-25 * obj.h (struct format_ops): Add adjust_symtab.Alan Modra1-1/+2
2010-10-08Fix build with -DDEBUG=7Alan Modra1-0/+4
2010-07-112010-07-11 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-2/+2
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-5/+6
2010-01-27gas/ChangeLog:Dave Korn1-0/+10
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-7/+4
2009-11-02 * ecoff.c (ecoff_symbol_clone_hook): New function.Alan Modra1-1/+2
2009-09-09 * config/obj-coff.h (USE_UNIQUE): Don't define.Alan Modra1-1/+1
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-172009-08-17 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-1/+5
2009-07-24 PR 10437Nick Clifton1-2/+2