Age | Commit message (Expand) | Author | Files | Lines |
2003-06-04 | * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code. | Andreas Jaeger | 1 | -8/+0 |
2003-05-17 | builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std... | Kaveh R. Ghazi | 1 | -20/+19 |
2003-03-30 | re PR other/6955 (collect2 says "core dumped" when there is no core) | Kaveh R. Ghazi | 1 | -1/+1 |
2003-02-02 | collect2.c (pexecute_pid): Rename to pid. | John David Anglin | 1 | -10/+7 |
2003-01-20 | collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before prototyping. | Kaveh R. Ghazi | 1 | -1/+3 |
2003-01-19 | collect2.c (ldgetname): Expand declaration to prototype. | David Edelsohn | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -33/+37 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-11 | Makefile.in: Remove all references to s-under and underscore.c. | Zack Weinberg | 1 | -5/+2 |
2002-08-04 | Index: ChangeLog | Geoffrey Keating | 1 | -6/+4 |
2002-07-25 | collect2.c (SYMBOL__MAIN): Remove. | Neil Booth | 1 | -3/+1 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 1 | -4/+0 |
2002-07-22 | * collect2.c (is_ctor_dtor): Add other possible JOINER values. | David Edelsohn | 1 | -0/+9 |
2002-07-21 | c-lex.c (GET_ENVIRONMENT): Remove. | Neil Booth | 1 | -5/+1 |
2002-06-29 | * collect2.c (scan_prog_file): Fix typo in message. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-03-12 | A fix for cross building aix. | Tom Rix | 1 | -4/+2 |
2002-02-05 | demangle.h (cplus_demangle_v3): Add "options" parm. | Jason Merrill | 1 | -1/+1 |
2002-01-03 | * collect2.c (main): Use strcmp when testing for "-shared". | John David Anglin | 1 | -2/+2 |
2001-12-27 | collect2.c (is_ctor_dtor): Const-ify. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-12-13 | * collect2.c (COLLECT_SHARED_INIT_FUNC) | Richard Earnshaw | 1 | -2/+11 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-27 | collect2.c: Check HAVE_DUP2 instead of NO_DUP2. | Kaveh R. Ghazi | 1 | -3/+4 |
2001-11-11 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-11-04 | Makefile.in (dbxout.o): Depend on function.h. | Kaveh R. Ghazi | 1 | -0/+4 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-21 | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 1 | -1/+1 |
2001-10-19 | aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w... | Zack Weinberg | 1 | -12/+1 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -3/+3 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -1/+2 |
2001-09-15 | collect2.c (main): Const-ification. | Kaveh R. Ghazi | 1 | -31/+32 |
2001-09-13 | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 1 | -8/+8 |
2001-09-12 | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 1 | -12/+12 |
2001-08-27 | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 1 | -43/+12 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -5/+5 |
2001-07-10 | collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses. | Jason Merrill | 1 | -2/+10 |
2001-04-27 | *** empty log message *** | Jeffrey Oldham | 1 | -0/+28 |
2001-04-23 | collect2.c (main): Use concat in lieu of xmalloc/sprintf. | Kaveh R. Ghazi | 1 | -23/+6 |
2001-04-19 | vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and... | DJ Delorie | 1 | -6/+6 |
2001-03-21 | collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'. | Jason Merrill | 1 | -12/+0 |
2001-03-16 | more rigorous SIGCHLD guarding | Bruce Korb | 1 | -0/+9 |
2001-01-25 | config.gcc (rs6000-ibm-aix[5-9]*): Change to aix51.h. | David Edelsohn | 1 | -3/+21 |
2001-01-07 | collect2.c (COFF specific stuff): Revert 12-06 patch to prototype system func... | Richard Henderson | 1 | -3/+1 |
2000-12-22 | * collect2.c (main): Use auto_demangling. | Jason Merrill | 1 | -1/+1 |
2000-12-17 | protoize.c (main): Correctly set locale categories. | Philipp Thomas | 1 | -0/+7 |
2000-12-06 | c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX. | Rodney Brown | 1 | -2/+4 |
2000-11-13 | c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos... | Hans-Peter Nilsson | 1 | -0/+9 |
2000-11-09 | calls.c (expand_call, [...]): Use memcpy () instead of bcopy (). | Joseph Myers | 1 | -1/+1 |
2000-11-02 | * collect2.c (main, write_c_file_stat), gcc.c (translate_options, | Joseph Myers | 1 | -4/+4 |