aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
AgeCommit message (Expand)Author
1999-07-29This commit was manufactured by cvs2svn to create taggcc-2_95-releaseno-author
1999-05-17 * collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.Marc Espie
1999-04-10 * collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in placeMark Elbrecht
1999-03-24 * system.h (STDIN_FILENO): Provide default definition if one is notMark Elbrecht
1999-03-18Warning fixes:Kaveh Ghazi
1999-02-10 * collect2.c (collect_execute): Remove cygwin-specific code.Mumit Khan
1999-02-08 * collect2.c (xrealloc): fix typo in last change.Graham
1999-01-30 * cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGESJeffrey A Law
1999-01-29 * toplev.c (notice, fnotice): Check ANSI_PROTOTYPES, not __STDC__,Kaveh Ghazi
1999-01-29 * collect2.c (error): Fix typo in declaration.Kaveh Ghazi
1999-01-27Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law
1999-01-21 * cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson
1999-01-13 * cccp.c (xstrdup): Renamed from `savestring'. All callers changed.Kaveh Ghazi
1998-12-11Manfred Hollstein
1998-12-10 * collect2.h: New header file for prototypes.Kaveh Ghazi
1998-11-27 * system.h: Include libiberty.h.Kaveh Ghazi
1998-11-19 * configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).Kaveh Ghazi
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer
1998-11-08 * gansidecl.h: Prepend a "G" to the macro wrapping this fileKaveh Ghazi
1998-11-07 * collect2.c (main, case 'b'): Use else if.David Edelsohn
1998-11-07 * configure.in (host_xm_file, build_xm_file, xm_file, tm_file):Kaveh Ghazi
1998-11-02 * configure.in: Call AC_FUNC_VFORK.Kaveh Ghazi
1998-10-27 * collect2.c (aix64_flag): New variable.David Edelsohn
1998-10-14Warning fixes:Kaveh Ghazi
1998-10-13 * collect2.c (main): Pass -EL/-EB through to the compiler.Jeffrey A Law
1998-10-12 * collect2.c (extract_init_priority): No priority is 65535.Jason Merrill
1998-10-06 * collect2.c (main): Initialize ld_file_name.Richard Henderson
1998-10-03 * PROJECTS: Remove template friends.Jason Merrill
1998-09-28 * configure.in: new flags --with-ld and --with-as, equivalentAlexandre Oliva
1998-09-21 * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee
1998-09-13Add support for strsignal, for platforms which have it but don't haveKaveh Ghazi
1998-08-30 * collect2.c (mktemp): Delete unused declaration.Jeffrey A Law
1998-08-19Fix SunOS4 build failure.Jason Merrill
1998-08-13 * tree.h: De-conditionalize init_priority code.Jason Merrill
1998-07-12 * collect2.c (main): Use "-x c" instead of "-lang-c" for force theJeffrey A Law
1998-06-30 * choose-temp.c (make_temp_file): Accept new argument for theJeffrey A Law
1998-06-28 * choose-temp.c (choose_temp_base): Restore original variant ofJeffrey A Law
1998-06-28Consolidate strerror handling, as well as getcwd/getwd.Kaveh Ghazi
1998-06-22Warning fixes:Kaveh Ghazi
1998-05-19Warning Fixes:Kaveh Ghazi
1998-05-12Fix aix --with-gnu-ld build failure reported by Brendan.Jim Wilson
1998-05-06 * c-common.c: Convert to using ctype macros defined in system.h.Kaveh Ghazi
1998-04-06 * gcc.c: Add linker spec.Bob Manson
1998-03-29 * collect2.c (is_in_list): Wrap inside COLLECT_EXPORT_LIST ifdef.Jeffrey A Law
1998-03-25Fix warnings from Kaveh R. GhaziMichael Meissner
1998-03-24Add definition of GET_ENVIRONMENT and make prefix_from_env() use it.Nick Clifton
1998-03-24Ooops - fixed typo in previous deltaNick Clifton
1998-03-24Support win32 style absolute paths.Nick Clifton
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-03-18Fix more warnings...Kaveh Ghazi