summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor2009-06-011-6/+11
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-2/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* collect2.c (symkind): New enum.Olivier Hainque2008-07-261-28/+38
* collect2.c (scan_prog_file, [...]): Use CONST_CAST instead of bare conversion...Olivier Hainque2008-07-161-2/+2
* c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-271-1/+1
* collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-6/+7
* * collect2.c (find_a_file): Use IS_ABSOLUTE_PATH.Joseph Myers2008-05-211-5/+1
* re PR driver/35665 (FAIL: gfortran.dg/include_2.f90 -O (test for excess err...John David Anglin2008-04-091-2/+0
* re PR driver/33772 (collect2 doesn't strip .sl version)John David Anglin2007-12-311-2/+6
* collect2.c (dump_file): If a demangled symbol is followed by a space...Ian Lance Taylor2007-11-161-2/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* omega.c (coalesce): Fix memory leak on early exit.Dirk Mueller2007-07-151-0/+1
* libiberty.h (writeargv): Declare.Nathan Froyd2007-05-081-2/+69