summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR driver/57652 (collect2 does not clean up temporary files)David Edelsohn2013-06-211-10/+8
* backport: collect2.c (GCC_CHECK_HDR): Do not scan objects with F_LOADONLY fla...David Edelsohn2013-02-051-4/+6
* Revert delta 190174Nick Clifton2012-08-061-21/+1
* Latest updates from FSF 4.7 branchNick Clifton2012-08-061-1/+21
* collect2.c (main): In AIX specific computations for vector insertions...Olivier Hainque2012-01-031-2/+5
* collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION.Richard Guenther2011-11-031-0/+2
* collect2.c (main): Add support of -f (response file) on AIX.Tristan Gingold2011-11-031-0/+52
* Remove the unused demangle_flag in collect2.c.H.J. Lu2011-07-241-1/+0
* configure.ac (demangler_in_ld): Default to yes.Sandra Loosemore2011-07-241-11/+7
* collect2.c: Include diagnostic.h.Joseph Myers2011-05-191-88/+42
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers2011-03-311-8/+2
* Changelog c-family/Kai Tietz2011-03-251-9/+6
* re PR lto/47188 (Undefined reference errors when combining IR and non-IR obje...Jan Hubicka2011-01-061-1/+1
* Fix -fno-lto (PR lto/46905)Andi Kleen2010-12-191-0/+2
* re PR debug/46749 (gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on d...Mike Stump2010-12-081-2/+79
* * collect2.c (main): Do not imply verbose output with LTO and linker plugin.Jan Hubicka2010-11-291-12/+1
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-5/+1
* invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka2010-11-111-9/+9
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-1/+1
* Fix PR driver/45703: let --help -v show linker help.Ralf Wildenhues2010-11-041-10/+10
* collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld command line...Jan Hubicka2010-09-091-41/+44
* collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.Joseph Myers2010-06-261-6/+1
* collect2.c (main): Match exactly --version and --help.Alan Modra2010-06-241-2/+2
* invoke.texi (-fwhopr): Document new optional jobs argument.Richard Guenther2010-05-191-2/+3
* re PR lto/44143 (-fdump-tree-all for lto does not work as expected)Richard Guenther2010-05-181-41/+2
* collect2.c (maybe_lto_object_file): Add x64-coff magic and check.Kai Tietz2010-05-111-1/+3
* configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp...Steven Bosscher2010-05-071-10/+24
* lto-wrapper.c (DUMPBASE_SUFFIX): Define.Richard Biener2010-05-071-4/+0
* collect2.c (vflag): Change type from int to bool.Jon Grant2010-04-291-5/+24
* collect2.c (TARGET_64BIT): Redefine to target's default.Kai Tietz2010-04-271-0/+4
* re PR lto/42776 (LTO doesn't work on non-ELF platforms.)Dave Korn2010-04-271-8/+10
* intl.c (fake_ngettext): New function.Marco Poletti2010-02-141-3/+23
* configure.ac (HAVE_AS_REF): New C macro.Richard Sandiford2010-01-161-2/+5
* Turn on trace in collect2 if neededH.J. Lu2010-01-041-2/+16
* collect2.c (scan_libraries): Add missing argument to call to scan_prog_file.John David Anglin2010-01-021-1/+1
* re PR lto/41597 (Bad .comm directive)Richard Guenther2010-01-021-3/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-12/+12
* collect2.c (main): Search PLUGIN_LD for plugin linker.H.J. Lu2009-11-081-3/+13
* * collect2.c (add_lto_object): Only define if OBJECT_FORMAT_NONE.Rainer Orth2009-10-081-0/+3
* collect2.c (main): Add -fno-whole-program.Jan Hubicka2009-10-071-2/+3
* Merge lto branch into trunk.Diego Novillo2009-10-031-11/+390
* collect2.c (main): Look for -brtl before adding libraries.Peter O'Gorman2009-09-271-13/+16
* collect2.c (DO_COLLECT_EXPORT_LIST): New internal macro, always defined.Olivier Hainque2009-08-281-73/+155
* collect2.c (scan_libraries): Use CONST_CAST2 to perform char ** to const char...John David Anglin2009-07-261-1/+1
* collect2.c (main): Use CONST_CAST2 to perform char ** to const char ** conver...Olivier Hainque2009-06-181-1/+2
* re PR bootstrap/40430 (collect2.c fails to compile: new qualifiers in middle ...Ian Lance Taylor2009-06-121-1/+3
* collect2.c (target_system_root): New variable.Richard Sandiford2009-06-021-0/+18
* Makefile.in (COLLECT2_OBJS): Add collect2-aix.o.Richard Sandiford2009-06-021-1/+6
* collect2.c (ignore_library): Avoid premature post-increment and null deference.Richard Sandiford2009-06-021-3/+5