Age | Commit message (Expand) | Author | Files | Lines |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -1/+3 |
2020-10-26 | Invoke the linker's error handling script with the keyword "undefined-symbol"... | Nick Clifton | 1 | -1/+1 |
2020-10-16 | Add a new option to the linker: --error-handling-script=<NAME>. Run the scri... | Nick Clifton | 1 | -0/+38 |
2020-06-23 | PR 22843: ld, gold: Add --dependency-file option. | Roland McGrath | 1 | -1/+51 |
2020-06-24 | PR26150, Assertion when asm() defines global symbols, -flto and --start-group | Alan Modra | 1 | -4/+17 |
2020-06-21 | Do without ld ENABLE_PLUGINS | Alan Modra | 1 | -7/+7 |
2020-06-15 | gold, ld: Implement -z start-stop-visibility=... option. | Roland McGrath | 1 | -0/+2 |
2020-05-28 | ld: Add --enable-textrel-check=[no|yes|warning|error] | H.J. Lu | 1 | -0/+1 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", ld | Alan Modra | 1 | -2/+1 |
2020-05-19 | Use bfd_get_filename throughout ld | Alan Modra | 1 | -2/+2 |
2020-05-18 | [PATCH] ld: fix s/claimi/claim/ typo | Sergei Trofimovich | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | bfd, ld: add CTF section linking | Nick Alcock | 1 | -1/+4 |
2019-09-20 | bfd macro conversion to inline functions | Alan Modra | 1 | -1/+1 |
2019-08-10 | lang_input_statement_type next pointers | Alan Modra | 1 | -1/+1 |
2019-05-22 | Have the linker report an error if the same script is used twice. | Nick Clifton | 1 | -1/+1 |
2019-04-11 | ld: Add --no-print-map-discarded option | Faraz Shahbazker | 1 | -0/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-07 | elf: Report property change when merging properties | H.J. Lu | 1 | -0/+1 |
2018-11-27 | LD: Convert `%P: %H:' to `%H:' in error messages | Maciej W. Rozycki | 1 | -3/+3 |
2018-10-29 | Report scripts and libraries searched for ld --trace | Alan Modra | 1 | -2/+4 |
2018-10-29 | Remove some ld --trace output | Alan Modra | 1 | -3/+3 |
2018-10-29 | Simplify --sysroot=/ | Alan Modra | 1 | -9/+13 |
2018-10-15 | BFD_INIT_MAGIC | Alan Modra | 1 | -1/+2 |
2018-09-19 | Tweak map file output for pei386_auto_import | Alan Modra | 1 | -0/+4 |
2018-04-17 | [MicroBlaze] PIC data text relative | Michael Eager | 1 | -6/+8 |
2018-04-14 | powerpc common-page-size | Alan Modra | 1 | -2/+0 |
2018-02-28 | Remove any trailing directory separator from ld_canon_sysroot and adjust ld_c... | Douglas B Rupp | 1 | -1/+8 |
2018-02-26 | ld error/warning messages | Alan Modra | 1 | -56/+74 |
2018-02-19 | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 1 | -21/+21 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -24/+24 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-10-11 | ld internationalization fixes | Alan Modra | 1 | -2/+2 |
2017-09-02 | LTO rescan archives | Alan Modra | 1 | -0/+5 |
2017-08-08 | Add configure flag to enable gnu hash style by default. | Romain Geissler | 1 | -1/+2 |
2017-08-06 | Treat common symbol as undefined for --no-define-common | H.J. Lu | 1 | -0/+3 |
2017-07-19 | Remove datasize measurements based on sbrk() | Tristan Gingold | 1 | -16/+0 |
2017-06-06 | ld: Allow section groups to be resolved as part of a relocatable link | Andrew Burgess | 1 | -0/+6 |
2017-06-05 | Fix --enable-new-dtags config support | Alan Modra | 1 | -1/+1 |
2017-06-05 | Introduce --enable-new-dtags configure option. | Slava Barinov | 1 | -0/+3 |
2017-01-31 | Fix buffer overflows in ld when printing translated strings. | Nick Clifton | 1 | -5/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-02 | Fix seg-fault in the linker when attempting to print out a malicious linker s... | Nick Clifton | 1 | -1/+1 |
2016-10-31 | Initialize input statement created in add_archive_member | Thomas Preud'homme | 1 | -0/+1 |
2016-09-30 | Better ld --fatal-warnings support | Alan Modra | 1 | -3/+16 |
2016-06-14 | Formatting fixes. | Alan Modra | 1 | -22/+24 |
2016-06-14 | Delete bfd_my_archive macro | Alan Modra | 1 | -4/+4 |
2016-06-14 | Set my_archive for thin archives | Alan Modra | 1 | -1/+2 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -43/+29 |
2016-05-25 | Skip an archive element if not added by linker | H.J. Lu | 1 | -1/+11 |