summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (main): Provide upward compatibility with old versiondje1993-09-111-6/+27
* * collect2.c (our_file_name, last_file_name): deleted.dje1993-09-051-13/+73
* * collect2.c (is_ctor_dtor): Make sizeof argument match themrs1993-09-011-1/+1
* (handler): Check whether c_file and o_file are 0.rms1993-08-051-2/+2
* (NAME__MAIN, SYMBOL__MAIN): Add default definitions.rms1993-07-261-6/+18
* Finish last change.rms1993-07-211-2/+2
* (is_ctor_dtor): Delete leading _'s from sym namesrms1993-07-211-2/+2
* (main): Allocate COLLECT_NAME string with xmalloc.rms1993-07-101-2/+1
* Search for ld in the compiler directories.ian1993-07-071-3/+2
* (fork_execute, scan_prog_file): Use "fork" in errorwilson1993-07-071-2/+14