summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
Commit message (Expand)AuthorAgeFilesLines
* cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-50/+50
* configure.in (i?86-*-beos{pe,elf,}*): Recognize.Jason Merrill2000-01-121-2/+6
* - Update copyright, oops.David Edelsohn2000-01-071-1/+1
* rs6000.c (processor_target_table): Add power3 as alias for 630.David Edelsohn2000-01-071-7/+23
* cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan2000-01-071-17/+0
* c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1999-11-251-6/+3
* [multiple changes]Richard Kenner1999-10-311-1/+6
* Also make sure to define DIR_SEPARATOR if it wasn't previously defined.Jeff Law1999-10-261-0/+1
* collect2.c (IS_DIR_SEPARATOR): Define.Jeffrey A Law1999-10-261-2/+13
* toplev.c (main): Only warn about options for other languages.Jason Merrill1999-10-141-1/+4
* * collect2.c (main): Do prelimnary link on AIX if rflag.David Edelsohn1999-10-121-1/+4
* collect2.c (scan_prog_file, [...]): Prototype function pointers and casts for...Kaveh R. Ghazi1999-10-061-8/+8
* libiberty.h (make_temp_file): Add a prototype.Kaveh R. Ghazi1999-09-251-2/+0
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-29/+3
* * collect2.c (scan_libraries): Fix double-thinko :-).Alexandre Oliva1999-09-061-2/+2
* * collect2.c (scan_libraries): Fix thinko.Jeffrey A Law1999-09-061-1/+1
* Makefile.in (tlink.o): Don't depend on toplev.h.Kaveh R. Ghazi1999-09-031-304/+174
* gcc.c (access_check): New static function.Ian Lance Taylor1999-08-041-2/+8
* collect2.c (main): Log frame table count.Richard Henderson1999-06-211-1/+8
* collect2.c (main): Only generate import or export file and add to link argume...David Edelsohn1999-05-221-47/+65
* * collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.Marc Espie1999-05-171-2/+2
* collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_...Mark Elbrecht1999-04-091-3/+12
* system.h (STDIN_FILENO): Provide default definition if one is not provided by...Mark Elbrecht1999-03-241-17/+46
* Warning fixes:Kaveh R. Ghazi1999-03-181-2/+2
* * collect2.c (collect_execute): Remove cygwin-specific code.Mumit Khan1999-02-101-9/+0
* * collect2.c (xrealloc): fix typo in last change.Graham Stott1999-02-081-1/+1
* cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1999-01-301-0/+2
* toplev.c (notice, fnotice): Check ANSI_PROTOTYPES...Kaveh R. Ghazi1999-01-291-2/+2
* collect2.c (error): Fix typo in declaration.Kaveh R. Ghazi1999-01-291-1/+1
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-89/+111
* cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1999-01-211-5/+9
* cccp.c (xstrdup): Renamed from `savestring'.Kaveh R. Ghazi1999-01-131-8/+7
* cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1998-12-111-1/+0
* collect2.h: New header file for prototypes.Kaveh R. Ghazi1998-12-101-0/+1
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-24/+16
* configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).Kaveh R. Ghazi1998-11-191-13/+0
* Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1998-11-121-2/+2
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-6/+6
* * collect2.c (main, case 'b'): Use else if.David Edelsohn1998-11-071-1/+1
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* configure.in: Call AC_FUNC_VFORK.Kaveh R. Ghazi1998-11-021-25/+16
* collect2.c (aix64_flag): New variable.David Edelsohn1998-10-271-7/+23
* Warning fixes:Kaveh R. Ghazi1998-10-141-10/+49
* * collect2.c (main): Pass -EL/-EB through to the compiler.Jeffrey A Law1998-10-131-0/+2
* * collect2.c (extract_init_priority): No priority is 65535.Jason Merrill1998-10-121-2/+6
* * collect2.c (main): Initialize ld_file_name.Richard Henderson1998-10-061-0/+1
* PROJECTS: Remove template friends.Jason Merrill1998-10-031-1/+0
* configure.in: new flags --with-ld and --with-as...Alexandre Oliva1998-09-281-0/+5
* c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee1998-09-201-3/+3
* Add support for strsignal, for platforms which have it but don't have sys_sig...Kaveh R. Ghazi1998-09-131-13/+25