diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-04 23:18:31 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-04 23:18:31 +0000 |
commit | a6aa45a625d0875852a20149c63e7feb315b7e02 (patch) | |
tree | 65d94941ca4a5ec42b5694b60358f2a6b7441e73 /gdb/config | |
parent | 6573c898508efb5c8cdea9876937e9ab69ae0f11 (diff) | |
download | gdb-a6aa45a625d0875852a20149c63e7feb315b7e02.zip gdb-a6aa45a625d0875852a20149c63e7feb315b7e02.tar.gz gdb-a6aa45a625d0875852a20149c63e7feb315b7e02.tar.bz2 |
Update to reflect changes in config files
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/.Sanitize | 2 | ||||
-rw-r--r-- | gdb/config/i386/.Sanitize | 5 | ||||
-rw-r--r-- | gdb/config/m68k/.Sanitize | 1 | ||||
-rw-r--r-- | gdb/config/mips/.Sanitize | 8 | ||||
-rw-r--r-- | gdb/config/sparc/.Sanitize | 3 |
5 files changed, 14 insertions, 5 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index c6175fa..c8eb93d 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -35,10 +35,10 @@ i960 m68k m88k mips +nm-empty.h nm-lynx.h nm-m3.h nm-sysv4.h -nm-trash.h none ns32k pa diff --git a/gdb/config/i386/.Sanitize b/gdb/config/i386/.Sanitize index 5ce8e5e..35c58b8 100644 --- a/gdb/config/i386/.Sanitize +++ b/gdb/config/i386/.Sanitize @@ -1,4 +1,6 @@ -# Each directory to survive it's way into a release will need a file +# .Sanitize for devo/gdb/config/i386. + +# 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. @@ -58,6 +60,7 @@ nm-i386sco4.h nm-i386v.h nm-i386v4.h nm-linux.h +nm-m3.h nm-ptx4.h nm-sun386.h nm-symmetry.h diff --git a/gdb/config/m68k/.Sanitize b/gdb/config/m68k/.Sanitize index e5ad8ba..e713eb7 100644 --- a/gdb/config/m68k/.Sanitize +++ b/gdb/config/m68k/.Sanitize @@ -74,6 +74,7 @@ nm-m68klynx.h nm-news.h nm-sun2.h nm-sun3.h +nm-sysv4.h os68k.mt st2000.mt sun2os3.mh diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize index 7bac843..111e422 100644 --- a/gdb/config/mips/.Sanitize +++ b/gdb/config/mips/.Sanitize @@ -1,4 +1,6 @@ -# Each directory to survive it's way into a release will need a file +# .Sanitize for devo/gdb/config/mips. + +# 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: @@ -45,9 +47,11 @@ news-mips.mh nm-irix3.h nm-irix4.h nm-irix5.h +nm-m3.h nm-mips.h nm-news-mips.h nm-riscos.h +nm-sysv4.h riscos.mh tm-bigmips.h tm-bigmips64.h diff --git a/gdb/config/sparc/.Sanitize b/gdb/config/sparc/.Sanitize index efb3b34..874ec09 100644 --- a/gdb/config/sparc/.Sanitize +++ b/gdb/config/sparc/.Sanitize @@ -11,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: @@ -28,6 +28,7 @@ nbsd.mt nm-nbsd.h nm-sparclynx.h nm-sun4os4.h +nm-sysv4.h sp64.mt sp64sim.mt sparc-em.mt |