aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
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
1993-12-23(main): When searching compiler directories, look for ld_suffix, notRichard Kenner1-1/+3
1993-10-20(sys_errlist): Conditionalize declaration for BSD 4.4.Jim Wilson1-2/+7
1993-10-03Fix typo.Michael Meissner1-1/+1
1993-10-02Add prototypes to static declarations.Richard Kenner1-42/+57
1993-09-11(main): Provide upward compatibility with old versionDoug Evans1-6/+27
1993-09-05collect2.c (our_file_name, [...]): deleted.Doug Evans1-13/+73
1993-09-01collect2.c (is_ctor_dtor): Make sizeof argument match the string.Mike Stump1-1/+1
1993-08-05(handler): Check whether c_file and o_file are 0.Richard Stallman1-2/+2
1993-07-26(NAME__MAIN, SYMBOL__MAIN): Add default definitions.Richard Stallman1-6/+18
1993-07-21Finish last change.Richard Stallman1-2/+2
1993-07-21(is_ctor_dtor): Delete leading _'s from sym namesRichard Stallman1-2/+2
1993-07-10(main): Allocate COLLECT_NAME string with xmalloc.Richard Stallman1-2/+1
1993-07-07Search for ld in the compiler directories.Ian Lance Taylor1-3/+2
1993-07-07(fork_execute, scan_prog_file): Use "fork" in errorJim Wilson1-2/+14
1993-07-04(error, fatal, fatal_perror): Say collect2, not collect.Richard Stallman1-3/+3
1993-07-03(main): Give ld_file_name an initial value.Doug Evans1-0/+2
1993-06-30(main): Don't look for `gld' or `TARGET-gld'.Richard Stallman1-0/+6
1993-05-25(main): Use TARGET-gcc, not gcc-TARGET.Richard Stallman1-18/+18
1993-05-21(main): For -debug, if ..._file_name is a null pointer,Richard Stallman1-6/+12
1993-04-13(main, scan_prog_file): Don't call signal on signal names that aren'tRichard Kenner1-0/+12
1993-03-18(output_file): New static var.Richard Stallman1-6/+12
1993-03-03(main): Use strlen, not sizeof, for our_file_name.Richard Stallman1-1/+1
1993-02-26(is_ctor_dtor): Handle NO_DOT_IN_LABEL.Richard Stallman1-0/+5
1993-02-11(find_a_file): Always reject "./ld".Richard Kenner1-11/+13
1993-02-11(putenv): New function, copied from gcc.c.Richard Kenner1-5/+69
1993-01-27Delete ISCOFF macro which was in #ifdef _AIX.Richard Kenner1-6/+5
1993-01-26collect2.c (write_list_with_asm): Use `__asm__' instead of `asm', to avoid pr...Brendan Kehoe1-1/+1
1993-01-26(find_a_file): First `access' test was backwards.Richard Stallman1-2/+2
1993-01-22(our_file_name): New variable.Richard Kenner1-2/+9
1993-01-18(choose_temp_base, main): Fix "off by one" errors in sizes ofRichard Kenner1-9/+9
1993-01-02(main): Look for `real-ld' after `gld', before `ld'.Richard Stallman1-133/+311
1992-11-23(FREAD, FWRITE): Undef these macros if they were definedRichard Stallman1-1/+2
1992-10-15(main): If COLLECT_GCC is a relative name, use it anyway.Richard Stallman1-1/+4
1992-10-13(main): Only install a signal handler for signals that already have handlers.Jim Wilson1-14/+12
1992-08-17Fix typo in last change.Richard Stallman1-1/+1
1992-08-17(is_ctor_dtor): Don't collect cfront init fcns.Richard Stallman1-0/+6
1992-07-28entered into RCSRichard Stallman1-0/+19
1992-07-06*** empty log message ***Charles Hannum1-1/+0
1992-06-30*** empty log message ***Richard Stallman1-1/+6
1992-06-29*** empty log message ***Mike Stump1-2/+5
1992-06-24*** empty log message ***Richard Stallman1-1/+1
1992-06-18*** empty log message ***Richard Stallman1-2/+2
1992-06-10*** empty log message ***Michael Meissner1-1/+1
1992-06-05*** empty log message ***Richard Stallman1-6/+6