OSDN Git Service

* Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
[pf3gnuchains/gcc-fork.git] / gcc / f / ChangeLog
index 5382d9a..c0b1b02 100644 (file)
@@ -1,3 +1,16 @@
+Sun Sep 12 23:29:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
+
+       * g77spec.c: Include gcc.h.
+       (g77_xargv): Constify.
+       (g77_fn): Add parameter prototypes.
+       (lookup_option, append_arg): Add static prototypes.
+       (g77_newargv): Constify.
+       (lookup_option, append_arg, lang_specific_driver): Constify a char*.
+       (lang_specific_driver): All calls to the function pointer
+       parameter now explicitly call `fatal'.
+
 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
 
        * com.h: Delete declarations for all tree nodes now moved to
@@ -494,7 +507,7 @@ Sun Apr 11 21:33:33 1999  Mumit Khan  <khan@xraylith.wisc.edu>
        * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
        null to decide whether to use it.
 
-Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@snafu.rutgers.edu>
+Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * ansify.c (die): Specify void argument.