| Commit message (Expand) | Author | Age | Files | Lines |
* | PR 22843: ld, gold: Add --dependency-file option. | Roland McGrath | 2020-06-23 | 1 | -0/+2 |
* | Replace "if (x) free (x)" with "free (x)", ld | Alan Modra | 2020-05-21 | 1 | -6/+3 |
* | Use bfd_get_filename throughout ld | Alan Modra | 2020-05-19 | 1 | -17/+21 |
* | x86: Add i386 PE big-object support | Tamar Christina | 2020-04-27 | 1 | -0/+10 |
* | Revert "Fix the test for PR 18963 so that it will work on 16-bit targets." | Nick Clifton | 2020-04-17 | 1 | -1/+1 |
* | Fix the test for PR 18963 so that it will work on 16-bit targets. | Stephen Casner | 2020-04-16 | 1 | -1/+1 |
* | Fix objcopy's --preserve-dates command line option so that it will work with ... | Nick Clifton | 2020-03-30 | 1 | -1/+3 |
* | For PE format files, the base relocation table is necessary if the image is l... | Hannes Domani | 2020-01-03 | 1 | -22/+13 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | ld signed overflow fix | Alan Modra | 2019-12-18 | 1 | -2/+2 |
* | qsort: pe-dll.c reloc sorting | Alan Modra | 2019-10-14 | 1 | -3/+13 |
* | bfd, ld: add CTF section linking | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | bfd_section_* macros | Alan Modra | 2019-09-19 | 1 | -39/+37 |
* | Fix PR ld/24574 | Eric Botcazou | 2019-09-05 | 1 | -0/+5 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | Remove arm-epoc-pe support | Alan Modra | 2018-04-16 | 1 | -13/+1 |
* | Speed up direct linking with DLLs on Windows (2/2). | Eric Botcazou | 2018-04-04 | 1 | -0/+35 |
* | Speed up direct linking with DLLs on Windows (1/2). | Eric Botcazou | 2018-04-04 | 1 | -126/+213 |
* | ld error/warning messages | Alan Modra | 2018-02-26 | 1 | -28/+28 |
* | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 2018-02-19 | 1 | -1/+1 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -3/+3 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | Add libmsvcrt, libmsvcrt-os and libucrtbase to the list of libraries for whic... | Martin Storsjo | 2017-11-23 | 1 | -0/+3 |
* | ld whitespace fixes | Alan Modra | 2017-10-12 | 1 | -120/+120 |
* | ld internationalization fixes | Alan Modra | 2017-10-11 | 1 | -7/+7 |
* | Support pe-bigobj-x86-64 as an output format in 64-bit PE based linkers. | Awson | 2017-05-09 | 1 | -0/+11 |
* | PR 21274, ld segfaults linking PE DLL | Alan Modra | 2017-04-11 | 1 | -36/+22 |
* | Make the linker fail if asked to create more than 1^16 ordinal values for PE ... | Nick Clifton | 2017-03-03 | 1 | -26/+29 |
* | Update year range in copyright notice of all files. | Alan Modra | 2017-01-02 | 1 | -1/+1 |
* | Fix generation of IDATA[6] for PE files. | Rudy Y | 2016-12-01 | 1 | -2/+9 |
* | Fix spelling in comments in C source files (ld) | Ambrogino Modigliani | 2016-11-27 | 1 | -1/+1 |
* | Ignore DWARF debug information with a version of 0 - assume that it is padding. | Nick Clifton | 2016-04-04 | 1 | -0/+3 |
* | Improve COFF/PE linker garbage collection by preventing the removal of sectio... | Nick Clifton | 2016-03-22 | 1 | -0/+3 |
* | Remove use of alloca. | Nick Clifton | 2016-03-21 | 1 | -18/+24 |
* | Fix possible failure in the AVR linker tests. | Senthil Kumar Selvaraj | 2016-03-18 | 1 | -0/+38 |
* | Copyright update for binutils | Alan Modra | 2016-01-01 | 1 | -1/+1 |
* | Add output_type to bfd_link_info | H.J. Lu | 2015-08-18 | 1 | -3/+3 |
* | ChangeLog rotatation and copyright year update | Alan Modra | 2015-01-02 | 1 | -1/+1 |
* | This is necessary for adding __cxa_atexit support for Cygwin in GCC without | Yaakov Selkowitz | 2014-08-13 | 1 | -0/+1 |
* | Make bfd.link_next field a union | Alan Modra | 2014-06-13 | 1 | -6/+6 |
* | Update copyright years | Alan Modra | 2014-03-05 | 1 | -1/+1 |
* | * windres.c (define_resource): Use zero for timestamp, making | Cory Fields | 2013-11-22 | 1 | -4/+4 |
* | PR ld/16192 | Nick Clifton | 2013-11-21 | 1 | -3/+2 |
* | * pe-dll.c (process_def_file_and_drectve): Don't handle VC | Kai Tietz | 2013-03-21 | 1 | -2/+5 |
* | Remove trailing white spaces in ld | H.J. Lu | 2013-01-10 | 1 | -2/+2 |
* | PR ld/14357 | Nick Clifton | 2012-07-13 | 1 | -2/+3 |
* | 2012-05-07 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2012-05-07 | 1 | -1/+1 |
* | Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section | Alan Modra | 2012-05-05 | 1 | -6/+7 |
* | 2012-03-14 Kai Tietz <ktietz@redhat.com> | Kai Tietz | 2012-03-14 | 1 | -26/+168 |
* | * deffilep.y (cmp_import_elem): Sort first by module name. | Kai Tietz | 2012-02-19 | 1 | -88/+96 |