diff options
author | Dave Brolley <brolley@gcc.gnu.org> | 1998-12-16 08:38:33 -0500 |
---|---|---|
committer | Dave Brolley <brolley@gcc.gnu.org> | 1998-12-16 08:38:33 -0500 |
commit | 05c32e169c2f0d30db29a198693c3e6a7a08c4ff (patch) | |
tree | f4259d7015302f65a9c52640a79c26381cc8ddc7 /gcc | |
parent | 6163a7b2f2849cb163fa3381baab9da81c94ac27 (diff) | |
download | gcc-05c32e169c2f0d30db29a198693c3e6a7a08c4ff.zip gcc-05c32e169c2f0d30db29a198693c3e6a7a08c4ff.tar.gz gcc-05c32e169c2f0d30db29a198693c3e6a7a08c4ff.tar.bz2 |
lang-specs.h: Pass -MD, -MMD and -MG to cc1obj if configured with cpplib.
Wed Dec 16 16:33:04 1998 Dave Brolley <brolley@cygnus.com>
* objc/lang-specs.h: Pass -MD, -MMD and -MG to cc1obj if configured with
cpplib.
* cpplib.c (cpp_start_read): If in_fname is not initialized, try to
initialize it using fname.
From-SVN: r24343
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f1e873a..38f540d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 16 16:33:04 1998 Dave Brolley <brolley@cygnus.com> + + * objc/lang-specs.h: Pass -MD, -MMD and -MG to cc1obj if configured with + cpplib. + * cpplib.c (cpp_start_read): If in_fname is not initialized, try to + initialize it using fname. + 1998-12-16 Zack Weinberg <zack@rabi.phys.columbia.edu> * cpplib.c (do_include): Treat #include_next in the |