aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-09Remove obsolete ECOFF support.Jim Wilson1-19/+0
2017-11-06collect2.c (add_lto_object): Compile for OBJECT_COFF.David Edelsohn1-3/+19
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-18config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.Andrew Dixie1-1/+21
2015-08-19remove more useless typedefsTrevor Saunders1-4/+4
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-26/+31
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19collect2.c (main): Don't call fatal_error before diagnostic_initialize.Ilya Tocar1-3/+3
2014-10-24Fix bootstrap/PR63632Markus Trippelsdorf1-0/+6
2014-06-26Part 2 of the collect-utils library, now also used for collect2.Bernd Schmidt1-181/+15
2014-06-26Small cleanups before making collect2 use collect-utils.Bernd Schmidt1-44/+26
2014-05-29re PR target/61352 (gcc 4.9.0 fails to execute dsymutil when linking executab...Mike Stump1-0/+2
2014-03-06gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin or -fno-lto ...Richard Biener1-4/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19Improve -fuse-ld=[bfd|gold] checkH.J. Lu1-1/+29
2013-11-23re PR target/33704 (AIX runs c++ constructors in incorrect order)David Edelsohn1-1/+68
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-17/+17
2013-06-19re PR driver/57652 (collect2 does not clean up temporary files)David Edelsohn1-9/+7
2013-06-19re PR driver/57651 (gcc-ar and gcc-nm don't find the lto plugin)Matthias Klose1-19/+19
2013-06-11collect2.c (main): Do not redirect ld stdout/stderr when debugging.Richard Biener1-2/+5
2013-02-06collect2.c (main): Set aix64_flag for -G and -bsvr4 too, disable if -bnortl.Michael Haubenwallner1-14/+14
2013-02-03collect2.c (GCC_CHECK_HDR): Do not scan objects with F_LOADONLY flag set.David Edelsohn1-4/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-07Support -fuse-ld=bfd and -fuse-ld=goldNick Clifton1-20/+48
2012-11-27collect2.c (main): Call find_file_set_debug.Meador Inge1-182/+2
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-3/+3
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-07configure.ac (PLUGIN_LD): Rename into...Eric Botcazou1-1/+1
2012-05-04collect2.c (may_unlink_output_file): New global.Olivier Hainque1-5/+18
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-29/+1
2012-01-03collect2.c (main): In AIX specific computations for vector insertions...Olivier Hainque1-2/+5
2011-11-03collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION.Richard Guenther1-0/+2
2011-11-03collect2.c (main): Add support of -f (response file) on AIX.Tristan Gingold1-0/+52
2011-07-24Remove the unused demangle_flag in collect2.c.H.J. Lu1-1/+0
2011-07-24configure.ac (demangler_in_ld): Default to yes.Sandra Loosemore1-11/+7
2011-05-19collect2.c: Include diagnostic.h.Joseph Myers1-88/+42
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers1-8/+2
2011-03-25Changelog c-family/Kai Tietz1-9/+6
2011-01-06re PR lto/47188 (Undefined reference errors when combining IR and non-IR obje...Jan Hubicka1-1/+1
2010-12-19Fix -fno-lto (PR lto/46905)Andi Kleen1-0/+2
2010-12-08re PR debug/46749 (gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on d...Mike Stump1-2/+79
2010-11-29* collect2.c (main): Do not imply verbose output with LTO and linker plugin.Jan Hubicka1-12/+1
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-5/+1
2010-11-11invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka1-9/+9
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-04Fix PR driver/45703: let --help -v show linker help.Ralf Wildenhues1-10/+10