aboutsummaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Support pe-bigobj-x86-64 as an output format in 64-bit PE based linkers.Awson1-0/+11
2017-04-11PR 21274, ld segfaults linking PE DLLAlan Modra1-36/+22
2017-03-03Make the linker fail if asked to create more than 1^16 ordinal values for PE ...Nick Clifton1-26/+29
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-01Fix generation of IDATA[6] for PE files.Rudy Y1-2/+9
2016-11-27Fix spelling in comments in C source files (ld)Ambrogino Modigliani1-1/+1
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton1-0/+3
2016-03-22Improve COFF/PE linker garbage collection by preventing the removal of sectio...Nick Clifton1-0/+3
2016-03-21Remove use of alloca.Nick Clifton1-18/+24
2016-03-18Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj1-0/+38
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-3/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-08-13This is necessary for adding __cxa_atexit support for Cygwin in GCC withoutYaakov Selkowitz1-0/+1
2014-06-13Make bfd.link_next field a unionAlan Modra1-6/+6
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-11-22 * windres.c (define_resource): Use zero for timestamp, makingCory Fields1-4/+4
2013-11-21 PR ld/16192Nick Clifton1-3/+2
2013-03-21 * pe-dll.c (process_def_file_and_drectve): Don't handle VCKai Tietz1-2/+5
2013-01-10Remove trailing white spaces in ldH.J. Lu1-2/+2
2012-07-13 PR ld/14357Nick Clifton1-2/+3
2012-05-072012-05-07 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+1
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-6/+7
2012-03-142012-03-14 Kai Tietz <ktietz@redhat.com>Kai Tietz1-26/+168
2012-02-19 * deffilep.y (cmp_import_elem): Sort first by module name.Kai Tietz1-88/+96
2012-02-11 * pe-dll.c (auto_export): Use bsearch to speed up scan of exportsNick Clifton1-8/+21
2011-10-13 * pe-dll.c (generate_reloc): Don't emit a base reloc for anDave Korn1-0/+9
2011-09-16Check if a symbol is hidden by linker script.H.J. Lu1-7/+4
2011-05-03 PR ld/12726Alan Modra1-3/+3
2011-04-132011-04-13 Kai Tietz <ktietz@redhat.com>Kai Tietz1-7/+13
2011-02-282011-02-28 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-5/+6
2011-02-152011-02-15 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-2/+1
2010-06-27fix set but unused variable warningsAlan Modra1-14/+2
2010-06-09 PR ld/11603Dave Korn1-22/+22
2010-05-152010-05-15 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-2/+8
2010-05-15 * pe-dll.c: Removed trailing whitespaces.Dave Korn1-5/+5
2010-04-282010-04-27 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-14/+15
2010-04-052010-04-05 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-1/+9
2010-03-18 * pe-dll.c (make_one): Make text section readonly.Nick Clifton1-3/+7
2009-12-17 * pe-dll.c (generate_reloc): Take account of wrapper options whenDave Korn1-3/+22
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-20/+20
2009-11-272009-11-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-2/+7
2009-11-152009-11-15 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-0/+42
2009-10-232009-10-23 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-8/+32
2009-10-16 * emultempl/pe.em (OPTION_EXCLUDE_ALL_SYMBOLS): New macro.Nick Clifton1-5/+7
2009-05-19==> bfd/ChangeLog <==Dave Korn1-3/+25
2009-05-17Committed on behalf ofDave Korn1-0/+4
2009-05-04bfd/ChangeLogDave Korn1-3/+12
2009-02-18bfd/ChangeLogDave Korn1-1/+17
2009-01-262009-01-26 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-16/+86