aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
1997-08-11* Integrate tlink patch from jason@cygnus.comJeffrey A Law1-6/+9
1997-06-17xJason Merrill1-0/+1
1997-06-10xJason Merrill1-24/+48
1997-04-13(fatal_perror, fatal, collect_wait): Use FATAL_EXIT_CODE.Richard Kenner1-4/+4
1996-12-11collect2.c (write_c_file): Wrap the ctor/dtor lists and fns with `extern "C" ...Brendan Kehoe1-0/+2
1996-10-26(dump_file): Call fclose() for opened files.Richard Kenner1-4/+3
1996-07-03(at SUNOS4_SHARED_LIBRARIES): Fix reference to unistd.h.Richard Kenner1-1/+1
1996-07-03formatting tweaksMike Stump1-47/+47
1996-07-03formatting tweaksMike Stump1-2/+2
1996-04-24(handler): Delete export_file when we get a signal.Jim Wilson1-0/+3
1996-04-15collect2.c: #include "gansidecl.h".Doug Evans1-58/+4
1996-03-04(main): Check new define DEFAULT_A_OUT_NAME.Richard Kenner1-1/+5
1996-03-04Never include wait.h.Richard Kenner1-3/+0
1996-02-14append / to AIX import path if not presentDavid Edelsohn1-2/+6
1996-01-07Fix recogniztion of import libraries under AIXMichael Meissner1-42/+48
1995-12-30remove auto_export functionality.Jason Merrill1-12/+0
1995-09-12(scan_libraries): cast lsyms' alloca() to LDSYM*.Richard Kenner1-1/+1
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-07-29(XCOFF_SCAN_LIBS): Define if OBJECT_FORMAT_COFF and XCOFF_DEBUGGING_FORMAT.Richard Kenner1-1/+164
1995-07-26(end_file): Fix typo in error message text.Richard Kenner1-1/+1
1995-07-01(libcompare): Verify that file name extensions are valid.Richard Kenner1-3/+26
1995-06-22(locatelib): Fix parsing of LD_LIBRARY_PATH.Richard Kenner1-1/+1
1995-06-22(main): Unlink export_file before we return.Richard Kenner1-0/+4
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-14(main): Don't turn off auto_export because of -g.Richard Kenner1-26/+40
1995-06-07(COFF scan_prog_file): Use the AIX duplicate entry.Richard Kenner1-1/+1
1995-05-20#include config.h before any other .h file.Richard Kenner1-7/+6
1995-05-19(strstr): Deleted.Richard Kenner1-24/+0
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-05-16Define strstr.Jason Merrill1-0/+24
1995-05-09AIX shared librariesJason Merrill1-42/+113
1995-05-04Make collect demangleJason Merrill1-70/+195
1995-02-22Removed __NetBSD__ from conditional.Richard Kenner1-3/+7
1995-02-23Update SunOS 4 codeJason Merrill1-2/+43
1995-02-13Fix collecting under AIXJason Merrill1-7/+20
1995-01-24Improve PA shlib supportJason Merrill1-3/+9
1994-11-19Shared library support.Jason Merrill1-11/+554
1994-10-20(add_to_list): Check for duplicates.Jason Merrill1-5/+16
1994-10-19(scan_prog_file): Call COLLECT_QUALIFY_MATCH to do target-specific checking o...Jason Merrill1-20/+17
1994-10-07(my_strerror): If HAVE_STRERROR defined, call strerror.Richard Kenner1-1/+7
1994-10-04If the POSIX.1 wait macros are defined, use them.Ian Lance Taylor1-8/+22
1994-09-28(main): Ignore options in COLLECT_SUPPRESS_OPTIONSJason Merrill1-1/+9
1994-09-22(main): Discard the first executable once we'veJason Merrill1-0/+1
1994-09-13(fatal_perror, fatal, error): Declare all args as char *.Richard Kenner1-3/+3
1994-07-11Do the 4.4BSD sys_errlist modification for NetBSD also.Charles Hannum1-1/+1
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-3/+5
1994-03-25(putenv): Remove decl of unused variable STR_LEN.Richard Kenner1-3/+0
1994-03-10(dup2): Catch dup() failure. Return correct value.Richard Kenner1-3/+3
1994-03-10([__MSDOS__]): Use #ifdef, not #if.Richard Kenner1-2/+2
1994-02-06(sys_siglist): Don't declare if DONT_DECLARE_SYS_SIGLIST is defined.Jim Wilson1-0/+2