summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell2004-08-231-2/+2
* * collect2.c (main): Handle --no-demangle and --demangle flags.Per Bothner2004-07-131-2/+33
* collect2.c (dump_file): Don't call cplus_demangle if HAVE_LD_DEMANGLE is defi...H.J. Lu2004-07-071-2/+12
* system.h (SUNOS4_SHARED_LIBRARIES): Poison.Ian Lance Taylor2004-03-101-266/+1
* collect2.c (main): Only export initfunc and finifunc if LD_INIT_SWITCH not de...David Edelsohn2004-03-061-10/+13
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-3/+3
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-2/+2
* collect2.c (main): Add -fno-profile-arcs -fno-test-coverage -fno-branch-proba...David Edelsohn2003-12-171-2/+6
* collect2.c (GCC_OK_SYMBOL): Add support for AIX C_WEAKEXT.David Edelsohn2003-12-071-9/+21
* * collect2.c (scan_libraries): Fix typos.John David Anglin2003-11-021-2/+2
* collect2.c (COLLECT_PARSE_FLAG): Provide default.Rainer Orth2003-10-171-2/+9
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-12/+10
* target-def.h: Remove usage of OBJECT_FORMAT_ROSE.Andreas Jaeger2003-06-291-675/+1
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-8/+8
* collect2.h: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-222/+139
* * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.Andreas Jaeger2003-06-041-8/+0
* builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi2003-05-171-20/+19
* re PR other/6955 (collect2 says "core dumped" when there is no core)Kaveh R. Ghazi2003-03-301-1/+1
* collect2.c (pexecute_pid): Rename to pid.John David Anglin2003-02-021-10/+7
* collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before prototyping.Kaveh R. Ghazi2003-01-201-1/+3
* collect2.c (ldgetname): Expand declaration to prototype.David Edelsohn2003-01-191-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-33/+37
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg2002-09-111-5/+2
* Index: ChangeLogGeoffrey Keating2002-08-041-6/+4
* collect2.c (SYMBOL__MAIN): Remove.Neil Booth2002-07-251-3/+1
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-4/+0
* * collect2.c (is_ctor_dtor): Add other possible JOINER values.David Edelsohn2002-07-221-0/+9
* c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2002-07-211-5/+1
* * collect2.c (scan_prog_file): Fix typo in message.Kaveh R. Ghazi2002-06-291-1/+1
* A fix for cross building aix.Tom Rix2002-03-121-4/+2
* demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill2002-02-051-1/+1
* * collect2.c (main): Use strcmp when testing for "-shared".John David Anglin2002-01-031-2/+2
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-2/+2
* * collect2.c (COLLECT_SHARED_INIT_FUNC)Richard Earnshaw2001-12-131-2/+11
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* collect2.c: Check HAVE_DUP2 instead of NO_DUP2.Kaveh R. Ghazi2001-11-271-3/+4
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-2/+2
* Makefile.in (dbxout.o): Depend on function.h.Kaveh R. Ghazi2001-11-041-0/+4
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg2001-10-191-12/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-3/+3
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-2/+2
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+2
* collect2.c (main): Const-ification.Kaveh R. Ghazi2001-09-151-31/+32
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-8/+8
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-12/+12
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-43/+12