| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2001-08-01 | 1 | -5/+5 |
* | collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses. | Jason Merrill | 2001-07-10 | 1 | -2/+10 |
* | *** empty log message *** | Jeffrey Oldham | 2001-04-27 | 1 | -0/+28 |
* | collect2.c (main): Use concat in lieu of xmalloc/sprintf. | Kaveh R. Ghazi | 2001-04-23 | 1 | -23/+6 |
* | vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and... | DJ Delorie | 2001-04-19 | 1 | -6/+6 |
* | collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'. | Jason Merrill | 2001-03-21 | 1 | -12/+0 |
* | more rigorous SIGCHLD guarding | Bruce Korb | 2001-03-16 | 1 | -0/+9 |
* | config.gcc (rs6000-ibm-aix[5-9]*): Change to aix51.h. | David Edelsohn | 2001-01-25 | 1 | -3/+21 |
* | collect2.c (COFF specific stuff): Revert 12-06 patch to prototype system func... | Richard Henderson | 2001-01-07 | 1 | -3/+1 |
* | * collect2.c (main): Use auto_demangling. | Jason Merrill | 2000-12-22 | 1 | -1/+1 |
* | protoize.c (main): Correctly set locale categories. | Philipp Thomas | 2000-12-17 | 1 | -0/+7 |
* | c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX. | Rodney Brown | 2000-12-06 | 1 | -2/+4 |
* | c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos... | Hans-Peter Nilsson | 2000-11-13 | 1 | -0/+9 |
* | calls.c (expand_call, [...]): Use memcpy () instead of bcopy (). | Joseph Myers | 2000-11-09 | 1 | -1/+1 |
* | * collect2.c (main, write_c_file_stat), gcc.c (translate_options, | Joseph Myers | 2000-11-02 | 1 | -4/+4 |
* | collect2.c: Remove use of AIX import file. | David Edelsohn | 2000-08-14 | 1 | -129/+1 |
* | collect2.c (main): Typo fixed. | Jeffrey Oldham | 2000-07-22 | 1 | -1/+1 |
* | * collect2.c (main): Recognize .lo as object files. | Marc Espie | 2000-07-11 | 1 | -2/+2 |
* | collect2.c (resolve_lib_name): Move '/' check to more rational place. | Jason Merrill | 2000-06-24 | 1 | -6/+6 |
* | Copyright fixes | Jeff Law | 2000-02-25 | 1 | -1/+2 |
* | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 2000-02-15 | 1 | -2/+1 |
* | collect2.c (main): If we have frames, then we will need to import the frame h... | Geoff Keating | 2000-02-14 | 1 | -2/+26 |
* | cccp.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-14 | 1 | -50/+50 |
* | configure.in (i?86-*-beos{pe,elf,}*): Recognize. | Jason Merrill | 2000-01-12 | 1 | -2/+6 |
* | - Update copyright, oops. | David Edelsohn | 2000-01-07 | 1 | -1/+1 |
* | rs6000.c (processor_target_table): Add power3 as alias for 630. | David Edelsohn | 2000-01-07 | 1 | -7/+23 |
* | cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros. | Mumit Khan | 2000-01-07 | 1 | -17/+0 |
* | c-common.c (check_format_info): Don't call a variadic function with a non-lit... | Kaveh R. Ghazi | 1999-11-25 | 1 | -6/+3 |
* | [multiple changes] | Richard Kenner | 1999-10-31 | 1 | -1/+6 |
* | Also make sure to define DIR_SEPARATOR if it wasn't previously defined. | Jeff Law | 1999-10-26 | 1 | -0/+1 |
* | collect2.c (IS_DIR_SEPARATOR): Define. | Jeffrey A Law | 1999-10-26 | 1 | -2/+13 |
* | toplev.c (main): Only warn about options for other languages. | Jason Merrill | 1999-10-14 | 1 | -1/+4 |
* | * collect2.c (main): Do prelimnary link on AIX if rflag. | David Edelsohn | 1999-10-12 | 1 | -1/+4 |
* | collect2.c (scan_prog_file, [...]): Prototype function pointers and casts for... | Kaveh R. Ghazi | 1999-10-06 | 1 | -8/+8 |
* | libiberty.h (make_temp_file): Add a prototype. | Kaveh R. Ghazi | 1999-09-25 | 1 | -2/+0 |
* | c-aux-info.c (concat): Don't define. | Kaveh R. Ghazi | 1999-09-07 | 1 | -29/+3 |
* | * collect2.c (scan_libraries): Fix double-thinko :-). | Alexandre Oliva | 1999-09-06 | 1 | -2/+2 |
* | * collect2.c (scan_libraries): Fix thinko. | Jeffrey A Law | 1999-09-06 | 1 | -1/+1 |
* | Makefile.in (tlink.o): Don't depend on toplev.h. | Kaveh R. Ghazi | 1999-09-03 | 1 | -304/+174 |
* | gcc.c (access_check): New static function. | Ian Lance Taylor | 1999-08-04 | 1 | -2/+8 |
* | collect2.c (main): Log frame table count. | Richard Henderson | 1999-06-21 | 1 | -1/+8 |
* | collect2.c (main): Only generate import or export file and add to link argume... | David Edelsohn | 1999-05-22 | 1 | -47/+65 |
* | * collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION. | Marc Espie | 1999-05-17 | 1 | -2/+2 |
* | collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_... | Mark Elbrecht | 1999-04-09 | 1 | -3/+12 |
* | system.h (STDIN_FILENO): Provide default definition if one is not provided by... | Mark Elbrecht | 1999-03-24 | 1 | -17/+46 |
* | Warning fixes: | Kaveh R. Ghazi | 1999-03-18 | 1 | -2/+2 |
* | * collect2.c (collect_execute): Remove cygwin-specific code. | Mumit Khan | 1999-02-10 | 1 | -9/+0 |
* | * collect2.c (xrealloc): fix typo in last change. | Graham Stott | 1999-02-08 | 1 | -1/+1 |
* | cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined. | Jeffrey A Law | 1999-01-30 | 1 | -0/+2 |