diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1993-07-08 03:19:46 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1993-07-08 03:19:46 +0000 |
commit | cb747ec55b1bde41cab4fd3cf052d15cc0408398 (patch) | |
tree | e8d22de7253e1cdbb9f47b7f9bff46e797bdac7e /gdb/.Sanitize | |
parent | 8f4b91429ee138aa58e7903e251188e94e2455b3 (diff) | |
download | gdb-cb747ec55b1bde41cab4fd3cf052d15cc0408398.zip gdb-cb747ec55b1bde41cab4fd3cf052d15cc0408398.tar.gz gdb-cb747ec55b1bde41cab4fd3cf052d15cc0408398.tar.bz2 |
Initial versions of sparc64 port.
Some stuff can be removed when sparc-tdep.c is upgraded.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index a770ebf..206e314 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -15,6 +15,10 @@ Do-first: +if ( echo $* | grep keep\-v9 > /dev/null ) ; then + keep_these_too="sp64-tdep.c remote-sp64sim.c" +fi + # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |