aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)Author
2019-04-17 * collect2.c (main): Change gcc.gnu.org URL to HTTPS.Jonny Grant
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-23use simple-object instead of nm to determine if files contain LTO.Iain Sandoe
2018-12-23Handle -save-temps in collect2Iain Sandoe
2018-12-23Ensure collect2 responds to intended commmand line options.Iain Sandoe
2018-11-08 * collect2.c (linker_select): Add USE_LLD_LD.Roman Geissler
2018-06-19Wrap is_static with COLLECT_EXPORT_LISTDavid Edelsohn
2018-06-192018-06-19 Tony Reix <tony.reix@atos.com>Tony Reix
2018-01-03 Update copyright years.Jakub Jelinek
2017-11-09Remove obsolete ECOFF support.Jim Wilson
2017-11-06* collect2.c (add_lto_object): Compile for OBJECT_COFF.David Edelsohn
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-01-01 Update copyright years.Jakub Jelinek
2016-01-04 Update copyright years.Jakub Jelinek
2015-09-18libgcc/Andrew Dixie
2015-08-19remove more useless typedefsTrevor Saunders
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-19gcc/Ilya Tocar
2014-10-24Fix bootstrap/PR63632Markus Trippelsdorf
2014-06-26Part 2 of the collect-utils library, now also used for collect2.Bernd Schmidt
2014-06-26Small cleanups before making collect2 use collect-utils.Bernd Schmidt
2014-05-29 PR debug/61352Mike Stump
2014-03-062014-03-06 Richard Biener <rguenther@suse.de>Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-19Improve -fuse-ld=[bfd|gold] checkH.J. Lu
2013-11-23libgcc:David Edelsohn
2013-09-28gcc/Richard Sandiford
2013-06-19 PR driver/57652David Edelsohn
2013-06-192013-06-19 Matthias Klose <doko@ubuntu.com>Matthias Klose
2013-06-112013-06-11 Richard Biener <rguenther@suse.de>Richard Biener
2013-02-072013-02-07 Michael Haubenwallner <michael.haubenwallner@salomon.at>Michael Haubenwallner
2013-02-032013-02-03 David Edelsohn <dje.gcc@gmail.com>David Edelsohn
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-07Support -fuse-ld=bfd and -fuse-ld=goldNick Clifton
2012-11-272012-11-27 Meador Inge <meadori@codesourcery.com>Meador Inge
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-29 * LANGUAGES: Fix typos.Joseph Myers
2012-05-07 * configure.ac (PLUGIN_LD): Rename into...Eric Botcazou
2012-05-04 * collect2.c (may_unlink_output_file): New global.Olivier Hainque
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth
2012-01-03 * collect2.c (main): In AIX specific computations for vectorOlivier Hainque
2011-11-032011-11-03 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-11-032011-11-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-07-25Remove the unused demangle_flag in collect2.c.H.J. Lu
2011-07-242011-07-24 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2011-05-19 * collect2.c: Include diagnostic.h.Joseph Myers
2011-04-20remove useless if-before-free testsJim Meyering