OSDN Git Service

* gcc.c (cpp_options): Update to use '&'.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Dec 2000 07:47:38 +0000 (07:47 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Dec 2000 07:47:38 +0000 (07:47 +0000)
       (struct switchstr): Change type of validated to save space.
       New member 'ordering'.
       (handle_braces, validate_switches): Update to handle '&'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38245 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index 42f6743..df02d18 100644 (file)
@@ -1,5 +1,9 @@
 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
 
+       * gcc.c (cpp_options): Add -remap.
+
+2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
+
        * gcc.c (cpp_options): Update to use '&'.
        (struct switchstr): Change type of validated to save space.
        New member 'ordering'.
index 98b1440..c607933 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -594,7 +594,7 @@ static const char *cpp_options =
  %{!ffreestanding:%{!fno-hosted:-D__STDC_HOSTED__=1}}\
  %{fshow-column} %{fno-show-column}\
  %{fleading-underscore} %{fno-leading-underscore}\
- %{ftabstop=*}\
+ %{ftabstop=*} %{remap}\
  %{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*&U*&A*} %{i*} %Z %i\
  %{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}}";