- 01 Sep, 1997 1 commit
-
-
* cccp.c (sys_errlist): Remove special 4.4bsd declaration. * collect2.c (sys_errlist): Likewise. * cpplib.c (sys_errlist): Likewise. * gcc.c (sys_errlist): Likewise. * protoize (sys_errlist): Likewise. * configure.in: Check for strerror. * xm-freebsd.h (HAVE_STRERROR): Remove definition. * xm-gnu.h (HAVE_STRERROR): Likewise. * xm-linux.h (HAVE_STRERROR): Likewise. * xm-netbsd.h (HAVE_STRERROR): Likewise. * xm-bsd386.h (HAVE_STRERROR): Likewise. * xm-cygwin32.h (HAVE_STRERROR): Likewise. * xm-dos.h (HAVE_STRERROR): Likewise. * xm-mingw32.h (HAVE_STRERROR): Likewise. * xm-pa.h (HAVE_STRERROR): Likewise. * xm-papro.h (HAVE_STRERROR): Likewise. * xm-sysv4.h (HAVE_STRERROR): Likewise. * configure, config.in: Rebuilt. Remove the need to define HAVE_STRERROR for each host port. From-SVN: r15011
Jeffrey A Law committed
-
- 19 Aug, 1997 1 commit
-
-
From-SVN: r14839
Jeff Law committed
-
- 17 Aug, 1997 1 commit
-
-
* gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__ predefines. From-SVN: r14822
Jeffrey A Law committed
-
- 15 Aug, 1997 1 commit
-
-
* version.c: Change the version string to look like: egcs-1.0.0 970814 (gcc2-970802 experimental). * gcc.c: Take out experimental snapshot warning message. From-SVN: r14811
Jeffrey A Law committed
-
- 11 Aug, 1997 2 commits
-
-
* gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'. (process_command): Increment n_switches for them. Don't discard their args. Validate them. (main): Escape " marks when creating COLLECT_GCC_OPTIONS. From Rohan Lenard. (process_command): Set include_prefixes from COMPILER_PATH. (main): Set COLLECT_GCC_OPTIONS sooner. * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld. * tlink.c, hash.c, hash.h: New files. * Makefile.in (USE_COLLECT2): Always use collect2. (collect2): Depend on and link in hash.o and tlink.o. (tlink.o, hash.o): Add dependencies. tlink patches from Jason. From-SVN: r14769
Jeffrey A Law committed -
From-SVN: r14764
Jeff Law committed
-
- 14 Jul, 1997 1 commit
-
-
From-SVN: r14440
Richard Kenner committed
-
- 13 Jul, 1997 2 commits
-
-
don't do -pipe. From-SVN: r14415
Richard Kenner committed -
* gcc.c (main): Handle blank in version_string when comparing with compiler_version. From-SVN: r14414
Doug Evans committed
-
- 21 Jun, 1997 1 commit
-
-
From-SVN: r14278
Richard Kenner committed
-
- 25 Mar, 1997 1 commit
-
-
From-SVN: r13803
Michael Meissner committed
-
- 18 Mar, 1997 1 commit
-
-
(process_command, main): Change all callers. From-SVN: r13737
Jim Wilson committed
-
- 15 Feb, 1997 2 commits
-
-
From-SVN: r13643
Richard Kenner committed -
From-SVN: r13641
Richard Kenner committed
-
- 01 Feb, 1997 1 commit
-
-
From-SVN: r13574
Richard Kenner committed
-
- 16 Jan, 1997 2 commits
-
-
From-SVN: r13504
Michael Meissner committed -
From-SVN: r13502
Michael Meissner committed
-
- 07 Dec, 1996 3 commits
-
-
From-SVN: r13241
Richard Kenner committed -
(handle_braces): All callers changed. Add support for new construct: %{S*^}. From-SVN: r13223
Richard Kenner committed -
* Makefile.in (DRIVER_DEFINES): New macro, with the macro definitions for the driver. (gcc.o): Make rule use $(DRIVER_DEFINES). * gcc.c (process_command) [LANG_SPECIFIC_DRIVER]: Call lang_specific_driver, passing along the addr of FATAL for errors along with our ARGC and ARGV. From-SVN: r13222
Brendan Kehoe committed
-
- 12 Nov, 1996 1 commit
-
-
(option_map): Add define-macro and undefine-macro. From-SVN: r13150
Richard Kenner committed
-
- 29 Oct, 1996 1 commit
-
-
From-SVN: r13075
Michael Meissner committed
-
- 09 Oct, 1996 1 commit
-
-
From-SVN: r12926
Richard Kenner committed
-
- 01 Oct, 1996 1 commit
-
-
n_switches is zero. From-SVN: r12885
Jim Wilson committed
-
- 27 Sep, 1996 1 commit
-
-
From-SVN: r12852
Stan Cox committed
-
- 24 Sep, 1996 1 commit
-
-
From-SVN: r12834
Richard Kenner committed
-
- 17 Sep, 1996 1 commit
-
-
line. From-SVN: r12728
Jim Wilson committed
-
- 15 Sep, 1996 2 commits
-
-
directory separator. From-SVN: r12724
Richard Kenner committed -
(convert_filename): New function. (process_command, case 'o'): Call it. (process_command, default case): Likewise; delete old code. From-SVN: r12713
Richard Kenner committed
-
- 18 Aug, 1996 1 commit
-
-
* gcc.c: Change ifndef _WIN32 to ifndef NO_SYS_FILE_H when deciding whether to include sys/file.h. (execute): -pipe is supported for cygwin32. From-SVN: r12652
Doug Evans committed
-
- 13 Aug, 1996 1 commit
-
-
From-SVN: r12635
Michael Meissner committed
-
- 12 Aug, 1996 2 commits
-
-
From-SVN: r12629
Michael Meissner committed -
From-SVN: r12623
Michael Meissner committed
-
- 18 Jul, 1996 1 commit
-
-
From-SVN: r12513
Richard Kenner committed
-
- 03 Jul, 1996 2 commits
-
-
From-SVN: r12390
Mike Stump committed -
(main): If found one of those entries, say compiler not installed. From-SVN: r12388
Richard Kenner committed
-
- 26 Jun, 1996 1 commit
-
-
* gcc.c (PEXECUTE_VERBOSE): Define. (execute): Pass PEXECUTE_VERBOSE to pexecute if -v. From-SVN: r12332
Doug Evans committed
-
- 13 Jun, 1996 1 commit
-
-
From-SVN: r12281
Doug Evans committed
-
- 10 Jun, 1996 2 commits
-
-
* gcc.c (_WIN32): Don't include process.h or declare spawnv{,p}. (pexecute,pwait): Add prototypes. (PEXECUTE_{FIRST,LAST,SEARCH}): Define. (execv,execvp): Delete decls. (perror_exec): Delete. (pfatal_pexecute): New function. (pexecute support): Delete. (execute): -pipe not supported if _WIN32 or OS2. Update call to pexecute. Fatal error if pexecute fails. Call pwait. From-SVN: r12269
Doug Evans committed -
* gcc.c (do_spec_1): Allow leading text in version string. Delete support for default minor number = 0. From-SVN: r12264
Doug Evans committed
-