aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-12Fix aix --with-gnu-ld build failure reported by Brendan.Jim Wilson1-1/+5
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-7/+7
1998-04-06gcc.c: Add linker spec.Bob Manson1-132/+15
1998-03-29* collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.Jeffrey A Law1-1/+3
1998-03-25Fix warnings from Kaveh R. GhaziMichael Meissner1-6/+8
1998-03-24Add definition of GET_ENVIRONMENT and make prefix_from_env() use it.Nick Clifton1-2/+8
1998-03-24Ooops - fixed typo in previous deltaNick Clifton1-2/+2
1998-03-24Support win32 style absolute paths.Nick Clifton1-11/+65
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-47/+5
1998-03-18Fix more warnings...Kaveh R. Ghazi1-0/+2
1998-02-23collect2.c (ldd_file_name): Bracket declaration with same manifests as use.Robert Lipe1-9/+2
1998-02-22collect2.c (scan_prog_file): Completely cover uses of variable `exports' with...David Edelsohn1-2/+2
1998-02-20oopsJason Merrill1-1/+1
1998-02-20oopsJason Merrill1-1/+3
1998-02-20* collect2.c (main): Still handle !do_collecting for non-AIX targets.Jason Merrill1-2/+1
1998-02-19[multiple changes]David Edelsohn1-246/+479
1998-02-18Remove this change until we can fix it correctly.Jeffrey A Law1-6/+1
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-1/+10
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-0/+2
1997-12-15frame.h (__register_frame, [...]): New.Jeff Law1-2/+2
1997-12-15Bring over changes from latest gcc-2.8 pre-release.Jeff Law1-8/+8
1997-12-12collect2.c (write_c_file_glob): Allocate initial frame object in static stora...Paul Eggert1-2/+13
1997-12-07Updates from gcc-2.8 test tarball to current gcc-2.8 tarball.Jeff Law1-1/+1
1997-12-06Merge from gcc-2.8Jeff Law1-2/+33
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-2/+2
1997-09-10dwarf2 EH supportJason Merrill1-8/+71
1997-09-01cccp.c (sys_errlist): Remove special 4.4bsd declaration.Jeffrey A Law1-4/+0
1997-09-01collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.Jeffrey A Law1-1/+1
1997-08-11* Integrate tlink patch from jason@cygnus.comJeffrey A Law1-6/+9
1997-06-17xJason Merrill1-0/+1
1997-06-10xJason Merrill1-24/+48
1997-04-13(fatal_perror, fatal, collect_wait): Use FATAL_EXIT_CODE.Richard Kenner1-4/+4
1996-12-11collect2.c (write_c_file): Wrap the ctor/dtor lists and fns with `extern "C" ...Brendan Kehoe1-0/+2
1996-10-26(dump_file): Call fclose() for opened files.Richard Kenner1-4/+3
1996-07-03(at SUNOS4_SHARED_LIBRARIES): Fix reference to unistd.h.Richard Kenner1-1/+1
1996-07-03formatting tweaksMike Stump1-47/+47
1996-07-03formatting tweaksMike Stump1-2/+2
1996-04-24(handler): Delete export_file when we get a signal.Jim Wilson1-0/+3
1996-04-15collect2.c: #include "gansidecl.h".Doug Evans1-58/+4
1996-03-04(main): Check new define DEFAULT_A_OUT_NAME.Richard Kenner1-1/+5
1996-03-04Never include wait.h.Richard Kenner1-3/+0
1996-02-14append / to AIX import path if not presentDavid Edelsohn1-2/+6
1996-01-07Fix recogniztion of import libraries under AIXMichael Meissner1-42/+48
1995-12-30remove auto_export functionality.Jason Merrill1-12/+0
1995-09-12(scan_libraries): cast lsyms' alloca() to LDSYM*.Richard Kenner1-1/+1
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-07-29(XCOFF_SCAN_LIBS): Define if OBJECT_FORMAT_COFF and XCOFF_DEBUGGING_FORMAT.Richard Kenner1-1/+164
1995-07-26(end_file): Fix typo in error message text.Richard Kenner1-1/+1
1995-07-01(libcompare): Verify that file name extensions are valid.Richard Kenner1-3/+26