diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 21:01:28 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 21:01:28 +0000 |
commit | 4702fc25360a4770e172ef1dd9b00d841be5dd49 (patch) | |
tree | 9c4109cc13d3f32305225743e2636a77f228f461 /gcc/f/ChangeLog | |
parent | 286bd992678fe40dc5290481b6b249fe4f4317dc (diff) | |
download | ppe42-gcc-4702fc25360a4770e172ef1dd9b00d841be5dd49.tar.gz ppe42-gcc-4702fc25360a4770e172ef1dd9b00d841be5dd49.zip |
* gcc.c (cpp_unique_options): Remove "-d" options.
(cpp_debug_options): New spec string.
(default_compilers): Use it.
* objc/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54121 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/ChangeLog')
-rw-r--r-- | gcc/f/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 03c1b67b322..005b151bbdc 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2002-05-31 Matthew Woodcraft <mattheww@chiark.greenend.org.uk> + + * lang-specs.h: Use cpp_debug_options. + 2002-05-28 Zack Weinberg <zack@codesourcery.com> * bld.c, com.c, expr.c, target.c: Include real.h. |