aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-09collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld command line...Jan Hubicka1-41/+44
2010-06-26collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.Joseph Myers1-6/+1
2010-06-24collect2.c (main): Match exactly --version and --help.Alan Modra1-2/+2
2010-05-19invoke.texi (-fwhopr): Document new optional jobs argument.Richard Guenther1-2/+3
2010-05-18re PR lto/44143 (-fdump-tree-all for lto does not work as expected)Richard Guenther1-41/+2
2010-05-11collect2.c (maybe_lto_object_file): Add x64-coff magic and check.Kai Tietz1-1/+3
2010-05-07configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp...Steven Bosscher1-10/+24
2010-05-07lto-wrapper.c (DUMPBASE_SUFFIX): Define.Richard Biener1-4/+0
2010-04-29collect2.c (vflag): Change type from int to bool.Jon Grant1-5/+24
2010-04-27collect2.c (TARGET_64BIT): Redefine to target's default.Kai Tietz1-0/+4
2010-04-27re PR lto/42776 (LTO doesn't work on non-ELF platforms.)Dave Korn1-8/+10
2010-02-14intl.c (fake_ngettext): New function.Marco Poletti1-3/+23
2010-01-16configure.ac (HAVE_AS_REF): New C macro.Richard Sandiford1-2/+5
2010-01-04Turn on trace in collect2 if neededH.J. Lu1-2/+16
2010-01-02collect2.c (scan_libraries): Add missing argument to call to scan_prog_file.John David Anglin1-1/+1
2010-01-02re PR lto/41597 (Bad .comm directive)Richard Guenther1-3/+3