diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-10-27 05:32:46 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-10-27 05:32:46 +0000 |
commit | 276703d400046b292a9f3d7935ad264716ee1159 (patch) | |
tree | 5e2eb0dd156359ae04b0a818d982105450156323 | |
parent | aacc02d70fd4f8473eca788eba9d7e7d34697f2d (diff) | |
download | gdb-276703d400046b292a9f3d7935ad264716ee1159.zip gdb-276703d400046b292a9f3d7935ad264716ee1159.tar.gz gdb-276703d400046b292a9f3d7935ad264716ee1159.tar.bz2 |
New file
-rw-r--r-- | gdb/config/.Sanitize | 1 | ||||
-rw-r--r-- | gdb/config/powerpc/.Sanitize | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 5add00e..1825126 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -62,6 +62,7 @@ tm-sunos.h tm-sysv4.h vax xm-lynx.h +xm-mpw.h xm-nbsd.h xm-sysv4.h w65 diff --git a/gdb/config/powerpc/.Sanitize b/gdb/config/powerpc/.Sanitize index 3bfa82d..fc1f0d1 100644 --- a/gdb/config/powerpc/.Sanitize +++ b/gdb/config/powerpc/.Sanitize @@ -1,4 +1,6 @@ -# Each directory to survive it's way into a release will need a file +# .Sanitize for devo/gdb/config/powerpc. + +# Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, # and must exist in the order specified by this file. Each directory # in the tree will be processed, top down, in the following order. @@ -9,7 +11,7 @@ # The lines between the "Do-first:" line and the "Things-to-keep:" # line are executed as a /bin/sh shell script before anything else is -# done in this +# done in this directory. Do-first: @@ -40,6 +42,7 @@ tm-ppc-sim.h tm-ppcle-eabi.h tm-ppcle-sim.h xm-aix.h +xm-mpw.h Things-to-lose: |