aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-23Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell1-2/+2
2004-07-13* collect2.c (main): Handle --no-demangle and --demangle flags.Per Bothner1-2/+33
2004-07-07collect2.c (dump_file): Don't call cplus_demangle if HAVE_LD_DEMANGLE is defi...H.J. Lu1-2/+12
2004-03-10system.h (SUNOS4_SHARED_LIBRARIES): Poison.Ian Lance Taylor1-266/+1
2004-03-06collect2.c (main): Only export initfunc and finifunc if LD_INIT_SWITCH not de...David Edelsohn1-10/+13
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-3/+3
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-12-17collect2.c (main): Add -fno-profile-arcs -fno-test-coverage -fno-branch-proba...David Edelsohn1-2/+6
2003-12-07collect2.c (GCC_OK_SYMBOL): Add support for AIX C_WEAKEXT.David Edelsohn1-9/+21
2003-11-02* collect2.c (scan_libraries): Fix typos.John David Anglin1-2/+2
2003-10-17collect2.c (COLLECT_PARSE_FLAG): Provide default.Rainer Orth1-2/+9
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-12/+10
2003-06-29target-def.h: Remove usage of OBJECT_FORMAT_ROSE.Andreas Jaeger1-675/+1
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-8/+8
2003-06-29collect2.h: Convert prototypes to ISO C90.Andreas Jaeger1-222/+139
2003-06-04* collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.Andreas Jaeger1-8/+0
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-20/+19
2003-03-30re PR other/6955 (collect2 says "core dumped" when there is no core)Kaveh R. Ghazi1-1/+1
2003-02-02collect2.c (pexecute_pid): Rename to pid.John David Anglin1-10/+7
2003-01-20collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before prototyping.Kaveh R. Ghazi1-1/+3
2003-01-19collect2.c (ldgetname): Expand declaration to prototype.David Edelsohn1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-33/+37
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-11Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg1-5/+2
2002-08-04Index: ChangeLogGeoffrey Keating1-6/+4
2002-07-25collect2.c (SYMBOL__MAIN): Remove.Neil Booth1-3/+1
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-4/+0
2002-07-22* collect2.c (is_ctor_dtor): Add other possible JOINER values.David Edelsohn1-0/+9
2002-07-21c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth1-5/+1
2002-06-29* collect2.c (scan_prog_file): Fix typo in message.Kaveh R. Ghazi1-1/+1
2002-03-12A fix for cross building aix.Tom Rix1-4/+2
2002-02-05demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill1-1/+1
2002-01-03* collect2.c (main): Use strcmp when testing for "-shared".John David Anglin1-2/+2
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-2/+2
2001-12-13* collect2.c (COLLECT_SHARED_INIT_FUNC)Richard Earnshaw1-2/+11
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-11-27collect2.c: Check HAVE_DUP2 instead of NO_DUP2.Kaveh R. Ghazi1-3/+4
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-11-04Makefile.in (dbxout.o): Depend on function.h.Kaveh R. Ghazi1-0/+4
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-10-19aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg1-12/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-3/+3
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-2/+2
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+2
2001-09-15collect2.c (main): Const-ification.Kaveh R. Ghazi1-31/+32
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-8/+8
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-12/+12
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-43/+12