Age | Commit message (Expand) | Author | Files | Lines |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -17/+17 |
2013-06-19 | re PR driver/57652 (collect2 does not clean up temporary files) | David Edelsohn | 1 | -9/+7 |
2013-06-19 | re PR driver/57651 (gcc-ar and gcc-nm don't find the lto plugin) | Matthias Klose | 1 | -19/+19 |
2013-06-11 | collect2.c (main): Do not redirect ld stdout/stderr when debugging. | Richard Biener | 1 | -2/+5 |
2013-02-06 | collect2.c (main): Set aix64_flag for -G and -bsvr4 too, disable if -bnortl. | Michael Haubenwallner | 1 | -14/+14 |
2013-02-03 | collect2.c (GCC_CHECK_HDR): Do not scan objects with F_LOADONLY flag set. | David Edelsohn | 1 | -4/+6 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-07 | Support -fuse-ld=bfd and -fuse-ld=gold | Nick Clifton | 1 | -20/+48 |
2012-11-27 | collect2.c (main): Call find_file_set_debug. | Meador Inge | 1 | -182/+2 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -3/+3 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -2/+2 |
2012-05-07 | configure.ac (PLUGIN_LD): Rename into... | Eric Botcazou | 1 | -1/+1 |
2012-05-04 | collect2.c (may_unlink_output_file): New global. | Olivier Hainque | 1 | -5/+18 |
2012-03-14 | Remove obsolete IRIX 6.5 support | Rainer Orth | 1 | -29/+1 |
2012-01-03 | collect2.c (main): In AIX specific computations for vector insertions... | Olivier Hainque | 1 | -2/+5 |
2011-11-03 | collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION. | Richard Guenther | 1 | -0/+2 |
2011-11-03 | collect2.c (main): Add support of -f (response file) on AIX. | Tristan Gingold | 1 | -0/+52 |
2011-07-24 | Remove the unused demangle_flag in collect2.c. | H.J. Lu | 1 | -1/+0 |
2011-07-24 | configure.ac (demangler_in_ld): Default to yes. | Sandra Loosemore | 1 | -11/+7 |
2011-05-19 | collect2.c: Include diagnostic.h. | Joseph Myers | 1 | -88/+42 |
2011-04-20 | remove useless if-before-free tests | Jim Meyering | 1 | -2/+1 |
2011-03-31 | re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer... | Joseph Myers | 1 | -8/+2 |
2011-03-25 | Changelog c-family/ | Kai Tietz | 1 | -9/+6 |
2011-01-06 | re PR lto/47188 (Undefined reference errors when combining IR and non-IR obje... | Jan Hubicka | 1 | -1/+1 |
2010-12-19 | Fix -fno-lto (PR lto/46905) | Andi Kleen | 1 | -0/+2 |
2010-12-08 | re PR debug/46749 (gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on d... | Mike Stump | 1 | -2/+79 |
2010-11-29 | * collect2.c (main): Do not imply verbose output with LTO and linker plugin. | Jan Hubicka | 1 | -12/+1 |
2010-11-29 | system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | Joseph Myers | 1 | -5/+1 |
2010-11-11 | invoke.texi (-fwhopr): Merge into -flto section. | Jan Hubicka | 1 | -9/+9 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 1 | -1/+1 |
2010-11-04 | Fix PR driver/45703: let --help -v show linker help. | Ralf Wildenhues | 1 | -10/+10 |
2010-09-09 | collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld command line... | Jan Hubicka | 1 | -41/+44 |
2010-06-26 | collect2.c (main): Remove SWITCHES_NEED_SPACES conditional. | Joseph Myers | 1 | -6/+1 |
2010-06-24 | collect2.c (main): Match exactly --version and --help. | Alan Modra | 1 | -2/+2 |
2010-05-19 | invoke.texi (-fwhopr): Document new optional jobs argument. | Richard Guenther | 1 | -2/+3 |
2010-05-18 | re PR lto/44143 (-fdump-tree-all for lto does not work as expected) | Richard Guenther | 1 | -41/+2 |
2010-05-11 | collect2.c (maybe_lto_object_file): Add x64-coff magic and check. | Kai Tietz | 1 | -1/+3 |
2010-05-07 | configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp... | Steven Bosscher | 1 | -10/+24 |
2010-05-07 | lto-wrapper.c (DUMPBASE_SUFFIX): Define. | Richard Biener | 1 | -4/+0 |
2010-04-29 | collect2.c (vflag): Change type from int to bool. | Jon Grant | 1 | -5/+24 |
2010-04-27 | collect2.c (TARGET_64BIT): Redefine to target's default. | Kai Tietz | 1 | -0/+4 |
2010-04-27 | re PR lto/42776 (LTO doesn't work on non-ELF platforms.) | Dave Korn | 1 | -8/+10 |
2010-02-14 | intl.c (fake_ngettext): New function. | Marco Poletti | 1 | -3/+23 |
2010-01-16 | configure.ac (HAVE_AS_REF): New C macro. | Richard Sandiford | 1 | -2/+5 |
2010-01-04 | Turn on trace in collect2 if needed | H.J. Lu | 1 | -2/+16 |
2010-01-02 | collect2.c (scan_libraries): Add missing argument to call to scan_prog_file. | John David Anglin | 1 | -1/+1 |
2010-01-02 | re PR lto/41597 (Bad .comm directive) | Richard Guenther | 1 | -3/+3 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -12/+12 |
2009-11-08 | collect2.c (main): Search PLUGIN_LD for plugin linker. | H.J. Lu | 1 | -3/+13 |
2009-10-08 | * collect2.c (add_lto_object): Only define if OBJECT_FORMAT_NONE. | Rainer Orth | 1 | -0/+3 |