summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (main): Don't turn off auto_export because of -g.Richard Kenner1995-06-141-26/+40
* (COFF scan_prog_file): Use the AIX duplicate entry.Richard Kenner1995-06-071-1/+1
* #include config.h before any other .h file.Richard Kenner1995-05-201-7/+6
* (strstr): Deleted.Richard Kenner1995-05-191-24/+0
* Fix typos in comments.Richard Kenner1995-05-161-1/+1
* Define strstr.Jason Merrill1995-05-161-0/+24
* AIX shared librariesJason Merrill1995-05-091-42/+113
* Make collect demangleJason Merrill1995-05-041-70/+195
* Removed __NetBSD__ from conditional.Richard Kenner1995-02-221-3/+7
* Update SunOS 4 codeJason Merrill1995-02-231-2/+43
* Fix collecting under AIXJason Merrill1995-02-131-7/+20
* Improve PA shlib supportJason Merrill1995-01-241-3/+9
* Shared library support.Jason Merrill1994-11-191-11/+554
* (add_to_list): Check for duplicates.Jason Merrill1994-10-201-5/+16
* (scan_prog_file): Call COLLECT_QUALIFY_MATCH to do target-specific checking o...Jason Merrill1994-10-191-20/+17
* (my_strerror): If HAVE_STRERROR defined, call strerror.Richard Kenner1994-10-071-1/+7
* If the POSIX.1 wait macros are defined, use them.Ian Lance Taylor1994-10-041-8/+22
* (main): Ignore options in COLLECT_SUPPRESS_OPTIONSJason Merrill1994-09-281-1/+9
* (main): Discard the first executable once we'veJason Merrill1994-09-221-0/+1
* (fatal_perror, fatal, error): Declare all args as char *.Richard Kenner1994-09-131-3/+3
* Do the 4.4BSD sys_errlist modification for NetBSD also.Charles Hannum1994-07-111-1/+1
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1994-06-141-3/+5
* (putenv): Remove decl of unused variable STR_LEN.Richard Kenner1994-03-251-3/+0
* (dup2): Catch dup() failure. Return correct value.Richard Kenner1994-03-101-3/+3
* ([__MSDOS__]): Use #ifdef, not #if.Richard Kenner1994-03-101-2/+2
* (sys_siglist): Don't declare if DONT_DECLARE_SYS_SIGLIST is defined.Jim Wilson1994-02-061-0/+2
* (main): When searching compiler directories, look for ld_suffix, notRichard Kenner1993-12-231-1/+3
* (sys_errlist): Conditionalize declaration for BSD 4.4.Jim Wilson1993-10-201-2/+7
* Fix typo.Michael Meissner1993-10-031-1/+1
* Add prototypes to static declarations.Richard Kenner1993-10-021-42/+57
* (main): Provide upward compatibility with old versionDoug Evans1993-09-111-6/+27
* collect2.c (our_file_name, [...]): deleted.Doug Evans1993-09-051-13/+73
* collect2.c (is_ctor_dtor): Make sizeof argument match the string.Mike Stump1993-09-011-1/+1
* (handler): Check whether c_file and o_file are 0.Richard Stallman1993-08-051-2/+2
* (NAME__MAIN, SYMBOL__MAIN): Add default definitions.Richard Stallman1993-07-261-6/+18
* Finish last change.Richard Stallman1993-07-211-2/+2
* (is_ctor_dtor): Delete leading _'s from sym namesRichard Stallman1993-07-211-2/+2
* (main): Allocate COLLECT_NAME string with xmalloc.Richard Stallman1993-07-101-2/+1
* Search for ld in the compiler directories.Ian Lance Taylor1993-07-071-3/+2
* (fork_execute, scan_prog_file): Use "fork" in errorJim Wilson1993-07-071-2/+14
* (error, fatal, fatal_perror): Say collect2, not collect.Richard Stallman1993-07-041-3/+3
* (main): Give ld_file_name an initial value.Doug Evans1993-07-031-0/+2
* (main): Don't look for `gld' or `TARGET-gld'.Richard Stallman1993-06-301-0/+6
* (main): Use TARGET-gcc, not gcc-TARGET.Richard Stallman1993-05-251-18/+18
* (main): For -debug, if ..._file_name is a null pointer,Richard Stallman1993-05-211-6/+12
* (main, scan_prog_file): Don't call signal on signal names that aren'tRichard Kenner1993-04-131-0/+12
* (output_file): New static var.Richard Stallman1993-03-181-6/+12
* (main): Use strlen, not sizeof, for our_file_name.Richard Stallman1993-03-031-1/+1
* (is_ctor_dtor): Handle NO_DOT_IN_LABEL.Richard Stallman1993-02-261-0/+5