aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-25Remove trailing white spaces.H.J. Lu1-12/+12
2009-11-08collect2.c (main): Search PLUGIN_LD for plugin linker.H.J. Lu1-3/+13
2009-10-08* collect2.c (add_lto_object): Only define if OBJECT_FORMAT_NONE.Rainer Orth1-0/+3
2009-10-07collect2.c (main): Add -fno-whole-program.Jan Hubicka1-2/+3
2009-10-03Merge lto branch into trunk.Diego Novillo1-11/+390
2009-09-27collect2.c (main): Look for -brtl before adding libraries.Peter O'Gorman1-13/+16
2009-08-28collect2.c (DO_COLLECT_EXPORT_LIST): New internal macro, always defined.Olivier Hainque1-73/+155
2009-07-26collect2.c (scan_libraries): Use CONST_CAST2 to perform char ** to const char...John David Anglin1-1/+1
2009-06-18collect2.c (main): Use CONST_CAST2 to perform char ** to const char ** conver...Olivier Hainque1-1/+2
2009-06-12re PR bootstrap/40430 (collect2.c fails to compile: new qualifiers in middle ...Ian Lance Taylor1-1/+3
2009-06-02collect2.c (target_system_root): New variable.Richard Sandiford1-0/+18
2009-06-02Makefile.in (COLLECT2_OBJS): Add collect2-aix.o.Richard Sandiford1-1/+6
2009-06-02collect2.c (ignore_library): Avoid premature post-increment and null deference.Richard Sandiford1-3/+5
2009-06-01attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor1-6/+11
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-07-26collect2.c (symkind): New enum.Olivier Hainque1-28/+38
2008-07-16collect2.c (scan_prog_file, [...]): Use CONST_CAST instead of bare conversion...Olivier Hainque1-2/+2
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-1/+1
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-6/+7