summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
Commit message (Expand)AuthorAgeFilesLines
* * collect2.c (write_c_file): Wrap the ctor/dtor lists and fns withbrendan1996-12-111-0/+2
* (dump_file): Call fclose() for opened files.kenner1996-10-261-4/+3
* (at SUNOS4_SHARED_LIBRARIES): Fix reference to unistd.h.kenner1996-07-031-1/+1
* formatting tweaksmrs1996-07-031-47/+47
* formatting tweaksmrs1996-07-031-2/+2
* (handler): Delete export_file when we get a signal.wilson1996-04-241-0/+3
* * collect2.c: #include "gansidecl.h".dje1996-04-151-58/+4
* (main): Check new define DEFAULT_A_OUT_NAME.kenner1996-03-041-1/+5
* Never include wait.h.kenner1996-03-041-3/+0
* append / to AIX import path if not presentedelsohn1996-02-141-2/+6
* Fix recogniztion of import libraries under AIXmeissner1996-01-071-42/+48
* remove auto_export functionality.merrill1995-12-301-12/+0
* (scan_libraries): cast lsyms' alloca() to LDSYM*.kenner1995-09-121-1/+1
* Fix spelling errors.kenner1995-08-281-1/+1
* (XCOFF_SCAN_LIBS): Define if OBJECT_FORMAT_COFF and XCOFF_DEBUGGING_FORMAT.kenner1995-07-291-1/+164
* (end_file): Fix typo in error message text.kenner1995-07-261-1/+1
* (libcompare): Verify that file name extensions are valid.kenner1995-07-021-3/+26
* (locatelib): Fix parsing of LD_LIBRARY_PATH.kenner1995-06-221-1/+1
* (main): Unlink export_file before we return.kenner1995-06-221-0/+4
* Update FSF address.kenner1995-06-151-1/+2
* (main): Don't turn off auto_export because of -g.kenner1995-06-151-26/+40
* (COFF scan_prog_file): Use the AIX duplicate entry.kenner1995-06-071-1/+1
* #include config.h before any other .h file.kenner1995-05-201-7/+6
* (strstr): Deleted.kenner1995-05-191-24/+0
* Fix typos in comments.kenner1995-05-161-1/+1
* Define strstr.merrill1995-05-161-0/+24
* AIX shared librariesmerrill1995-05-091-42/+113
* Make collect demanglemerrill1995-05-041-70/+195
* Removed __NetBSD__ from conditional.kenner1995-02-231-3/+7
* Update SunOS 4 codemerrill1995-02-231-2/+43
* Fix collecting under AIXmerrill1995-02-131-7/+20
* Improve PA shlib supportmerrill1995-01-241-3/+9
* Shared library support.merrill1994-11-191-11/+554
* (add_to_list): Check for duplicates.merrill1994-10-201-5/+16
* (scan_prog_file): Call COLLECT_QUALIFY_MATCH to domerrill1994-10-191-20/+17
* (my_strerror): If HAVE_STRERROR defined, call strerror.kenner1994-10-071-1/+7
* If the POSIX.1 wait macros are defined, use them.ian1994-10-041-8/+22
* (main): Ignore options in COLLECT_SUPPRESS_OPTIONSmerrill1994-09-281-1/+9
* (main): Discard the first executable once we'vemerrill1994-09-221-0/+1
* (fatal_perror, fatal, error): Declare all args as char *.kenner1994-09-131-3/+3
* Do the 4.4BSD sys_errlist modification for NetBSD also.mycroft1994-07-111-1/+1
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner1994-06-141-3/+5
* (putenv): Remove decl of unused variable STR_LEN.kenner1994-03-251-3/+0
* (dup2): Catch dup() failure. Return correct value.kenner1994-03-101-3/+3
* ([__MSDOS__]): Use #ifdef, not #if.kenner1994-03-101-2/+2
* (sys_siglist): Don't declare if DONT_DECLARE_SYS_SIGLIST is defined.wilson1994-02-061-0/+2
* (main): When searching compiler directories, look for ld_suffix, notkenner1993-12-231-1/+3
* (sys_errlist): Conditionalize declaration for BSD 4.4.wilson1993-10-201-2/+7
* Fix typo.meissner1993-10-031-1/+1
* Add prototypes to static declarations.kenner1993-10-021-42/+57