aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-14collect2.c: Remove use of AIX import file.David Edelsohn1-129/+1
2000-07-22collect2.c (main): Typo fixed.Jeffrey Oldham1-1/+1
2000-07-11* collect2.c (main): Recognize .lo as object files.Marc Espie1-2/+2
2000-06-24collect2.c (resolve_lib_name): Move '/' check to more rational place.Jason Merrill1-6/+6
2000-02-25Copyright fixesJeff Law1-1/+2
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-2/+1
2000-02-14collect2.c (main): If we have frames, then we will need to import the frame h...Geoff Keating1-2/+26
2000-01-14cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi1-50/+50
2000-01-12configure.in (i?86-*-beos{pe,elf,}*): Recognize.Jason Merrill1-2/+6
2000-01-07- Update copyright, oops.David Edelsohn1-1/+1
2000-01-07rs6000.c (processor_target_table): Add power3 as alias for 630.David Edelsohn1-7/+23
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-17/+0
1999-11-25c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1-6/+3
1999-10-31[multiple changes]Richard Kenner1-1/+6
1999-10-26Also make sure to define DIR_SEPARATOR if it wasn't previously defined.Jeff Law1-0/+1
1999-10-26collect2.c (IS_DIR_SEPARATOR): Define.Jeffrey A Law1-2/+13
1999-10-14toplev.c (main): Only warn about options for other languages.Jason Merrill1-1/+4
1999-10-12* collect2.c (main): Do prelimnary link on AIX if rflag.David Edelsohn1-1/+4
1999-10-06collect2.c (scan_prog_file, [...]): Prototype function pointers and casts for...Kaveh R. Ghazi1-8/+8
1999-09-25libiberty.h (make_temp_file): Add a prototype.Kaveh R. Ghazi1-2/+0
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-29/+3
1999-09-06* collect2.c (scan_libraries): Fix double-thinko :-).Alexandre Oliva1-2/+2
1999-09-06* collect2.c (scan_libraries): Fix thinko.Jeffrey A Law1-1/+1
1999-09-03Makefile.in (tlink.o): Don't depend on toplev.h.Kaveh R. Ghazi1-304/+174
1999-08-04gcc.c (access_check): New static function.Ian Lance Taylor1-2/+8
1999-06-21collect2.c (main): Log frame table count.Richard Henderson1-1/+8
1999-05-22collect2.c (main): Only generate import or export file and add to link argume...David Edelsohn1-47/+65
1999-05-17* collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.Marc Espie1-2/+2
1999-04-09collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_...Mark Elbrecht1-3/+12
1999-03-24system.h (STDIN_FILENO): Provide default definition if one is not provided by...Mark Elbrecht1-17/+46
1999-03-18Warning fixes:Kaveh R. Ghazi1-2/+2
1999-02-10* collect2.c (collect_execute): Remove cygwin-specific code.Mumit Khan1-9/+0
1999-02-08* collect2.c (xrealloc): fix typo in last change.Graham Stott1-1/+1
1999-01-30cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1-0/+2
1999-01-29toplev.c (notice, fnotice): Check ANSI_PROTOTYPES...Kaveh R. Ghazi1-2/+2
1999-01-29collect2.c (error): Fix typo in declaration.Kaveh R. Ghazi1-1/+1
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-89/+111
1999-01-21cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1-5/+9
1999-01-13cccp.c (xstrdup): Renamed from `savestring'.Kaveh R. Ghazi1-8/+7
1998-12-11cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1-1/+0
1998-12-10collect2.h: New header file for prototypes.Kaveh R. Ghazi1-0/+1
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-24/+16
1998-11-19configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).Kaveh R. Ghazi1-13/+0
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1-2/+2
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-6/+6
1998-11-07* collect2.c (main, case 'b'): Use else if.David Edelsohn1-1/+1
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-11-02configure.in: Call AC_FUNC_VFORK.Kaveh R. Ghazi1-25/+16
1998-10-27collect2.c (aix64_flag): New variable.David Edelsohn1-7/+23
1998-10-14Warning fixes:Kaveh R. Ghazi1-10/+49