diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-12 01:43:09 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-12 01:43:09 +0000 |
commit | 08df3284957c168745d61cc27fdd572957b9b4e2 (patch) | |
tree | 9f60b62757b55a5570551c84f371974276235103 /gdb/config | |
parent | 02176ddb2966728363b156e6f250784ea3eb07f9 (diff) | |
download | binutils-08df3284957c168745d61cc27fdd572957b9b4e2.zip binutils-08df3284957c168745d61cc27fdd572957b9b4e2.tar.gz binutils-08df3284957c168745d61cc27fdd572957b9b4e2.tar.bz2 |
Various updates
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/.Sanitize | 12 | ||||
-rw-r--r-- | gdb/config/m68k/.Sanitize | 8 |
2 files changed, 8 insertions, 12 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 2a29316..8788c2a 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -1,4 +1,6 @@ -# Each directory to survive it's way into a release will need a file +# .Sanitize for devo/gdb/config. + +# 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: @@ -54,14 +56,8 @@ xm-lynx.h xm-sysv4.h z8k - -# Things which are explicitly *not* kept, for now. -# i860 - Not yet ready for prime time. - Things-to-lose: -i860 - Do-last: # End of file. diff --git a/gdb/config/m68k/.Sanitize b/gdb/config/m68k/.Sanitize index 98c969f..e5ad8ba 100644 --- a/gdb/config/m68k/.Sanitize +++ b/gdb/config/m68k/.Sanitize @@ -41,8 +41,6 @@ Things-to-keep: 3b1.mt altos.mh altos.mt -amix.mh -amix.mt apollo68b.mh apollo68b.mt apollo68v.mh @@ -60,6 +58,8 @@ isi.mh isi.mt m68klynx.mh m68klynx.mt +m68kv4.mh +m68kv4.mt monitor.mt news.mh news.mt @@ -91,12 +91,12 @@ tm-delta68.h tm-m68k.h tm-m68klynx.h tm-altos.h -tm-amix.h tm-dpx2.h tm-es1800.h tm-hp300bsd.h tm-hp300hpux.h tm-isi.h +tm-m68kv4.h tm-monitor.h tm-news.h tm-os68k.h @@ -109,7 +109,6 @@ tm-vx68.h vxworks68.mt xm-3b1.h xm-altos.h -xm-amix.h xm-apollo68b.h xm-apollo68v.h xm-delta68.h @@ -119,6 +118,7 @@ xm-hp300hpux.h xm-isi.h xm-m68k.h xm-m68klynx.h +xm-m68kv4.h xm-news.h xm-news1000.h xm-sun2.h |