| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix recogniztion of import libraries under AIX | meissner | 1996-01-07 | 1 | -42/+48 |
* | remove auto_export functionality. | merrill | 1995-12-30 | 1 | -12/+0 |
* | (scan_libraries): cast lsyms' alloca() to LDSYM*. | kenner | 1995-09-12 | 1 | -1/+1 |
* | Fix spelling errors. | kenner | 1995-08-28 | 1 | -1/+1 |
* | (XCOFF_SCAN_LIBS): Define if OBJECT_FORMAT_COFF and XCOFF_DEBUGGING_FORMAT. | kenner | 1995-07-29 | 1 | -1/+164 |
* | (end_file): Fix typo in error message text. | kenner | 1995-07-26 | 1 | -1/+1 |
* | (libcompare): Verify that file name extensions are valid. | kenner | 1995-07-02 | 1 | -3/+26 |
* | (locatelib): Fix parsing of LD_LIBRARY_PATH. | kenner | 1995-06-22 | 1 | -1/+1 |
* | (main): Unlink export_file before we return. | kenner | 1995-06-22 | 1 | -0/+4 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (main): Don't turn off auto_export because of -g. | kenner | 1995-06-15 | 1 | -26/+40 |
* | (COFF scan_prog_file): Use the AIX duplicate entry. | kenner | 1995-06-07 | 1 | -1/+1 |
* | #include config.h before any other .h file. | kenner | 1995-05-20 | 1 | -7/+6 |
* | (strstr): Deleted. | kenner | 1995-05-19 | 1 | -24/+0 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -1/+1 |
* | Define strstr. | merrill | 1995-05-16 | 1 | -0/+24 |
* | AIX shared libraries | merrill | 1995-05-09 | 1 | -42/+113 |
* | Make collect demangle | merrill | 1995-05-04 | 1 | -70/+195 |
* | Removed __NetBSD__ from conditional. | kenner | 1995-02-23 | 1 | -3/+7 |
* | Update SunOS 4 code | merrill | 1995-02-23 | 1 | -2/+43 |
* | Fix collecting under AIX | merrill | 1995-02-13 | 1 | -7/+20 |
* | Improve PA shlib support | merrill | 1995-01-24 | 1 | -3/+9 |
* | Shared library support. | merrill | 1994-11-19 | 1 | -11/+554 |
* | (add_to_list): Check for duplicates. | merrill | 1994-10-20 | 1 | -5/+16 |
* | (scan_prog_file): Call COLLECT_QUALIFY_MATCH to do | merrill | 1994-10-19 | 1 | -20/+17 |
* | (my_strerror): If HAVE_STRERROR defined, call strerror. | kenner | 1994-10-07 | 1 | -1/+7 |
* | If the POSIX.1 wait macros are defined, use them. | ian | 1994-10-04 | 1 | -8/+22 |
* | (main): Ignore options in COLLECT_SUPPRESS_OPTIONS | merrill | 1994-09-28 | 1 | -1/+9 |
* | (main): Discard the first executable once we've | merrill | 1994-09-22 | 1 | -0/+1 |
* | (fatal_perror, fatal, error): Declare all args as char *. | kenner | 1994-09-13 | 1 | -3/+3 |
* | Do the 4.4BSD sys_errlist modification for NetBSD also. | mycroft | 1994-07-11 | 1 | -1/+1 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -3/+5 |
* | (putenv): Remove decl of unused variable STR_LEN. | kenner | 1994-03-25 | 1 | -3/+0 |
* | (dup2): Catch dup() failure. Return correct value. | kenner | 1994-03-10 | 1 | -3/+3 |
* | ([__MSDOS__]): Use #ifdef, not #if. | kenner | 1994-03-10 | 1 | -2/+2 |
* | (sys_siglist): Don't declare if DONT_DECLARE_SYS_SIGLIST is defined. | wilson | 1994-02-06 | 1 | -0/+2 |
* | (main): When searching compiler directories, look for ld_suffix, not | kenner | 1993-12-23 | 1 | -1/+3 |
* | (sys_errlist): Conditionalize declaration for BSD 4.4. | wilson | 1993-10-20 | 1 | -2/+7 |
* | Fix typo. | meissner | 1993-10-03 | 1 | -1/+1 |
* | Add prototypes to static declarations. | kenner | 1993-10-02 | 1 | -42/+57 |
* | (main): Provide upward compatibility with old version | dje | 1993-09-11 | 1 | -6/+27 |
* | * collect2.c (our_file_name, last_file_name): deleted. | dje | 1993-09-05 | 1 | -13/+73 |
* | * collect2.c (is_ctor_dtor): Make sizeof argument match the | mrs | 1993-09-01 | 1 | -1/+1 |
* | (handler): Check whether c_file and o_file are 0. | rms | 1993-08-05 | 1 | -2/+2 |
* | (NAME__MAIN, SYMBOL__MAIN): Add default definitions. | rms | 1993-07-26 | 1 | -6/+18 |
* | Finish last change. | rms | 1993-07-21 | 1 | -2/+2 |
* | (is_ctor_dtor): Delete leading _'s from sym names | rms | 1993-07-21 | 1 | -2/+2 |
* | (main): Allocate COLLECT_NAME string with xmalloc. | rms | 1993-07-10 | 1 | -2/+1 |
* | Search for ld in the compiler directories. | ian | 1993-07-07 | 1 | -3/+2 |
* | (fork_execute, scan_prog_file): Use "fork" in error | wilson | 1993-07-07 | 1 | -2/+14 |