diff options
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 28ebf29..8cd5d48 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -16,7 +16,7 @@ Do-first: if ( echo $* | grep keep\-chill > /dev/null ) ; then - keep_these_too="ch-exp.y ch-lang.c ch-lang.h" + keep_these_too="ch-exp.y ch-lang.c ch-lang.h ch-typeprint.c ch-valprint.c" fi # All files listed between the "Things-to-keep:" line and the @@ -57,6 +57,8 @@ buildsym.h c-exp.y c-lang.c c-lang.h +c-typeprint.c +c-valprint.c call-cmds.h coffread.c command.c @@ -74,6 +76,7 @@ copying.c core.c coredep.c corelow.c +cp-valprint.c createtags dbxread.c defs.h @@ -135,6 +138,8 @@ language.h m2-exp.y m2-lang.c m2-lang.h +m2-typeprint.c +m2-valprint.c m68k-pinsn.c m68k-stub.c m68k-tdep.c @@ -298,6 +303,8 @@ tm-umax.h tm-vax.h tm-vx68.h tm-vx960.h +typeprint.c +typeprint.h ultra3-nat.c ultra3-xdep.c umax-xdep.c @@ -305,6 +312,7 @@ utils.c valarith.c valops.c valprint.c +valprint.h value.h values.c vax-pinsn.c @@ -400,6 +408,10 @@ else -e 's/ch-lang.h//g' \ -e 's/ch-lang.c//g' \ -e 's/ch-lang.o//g' \ + -e 's/ch-typeprint.c//g' \ + -e 's/ch-typeprint.o//g' \ + -e 's/ch-valprint.c//g' \ + -e 's/ch-valprint.o//g' \ < Makefile.in > new if [ -n "${safe}" -a ! -f .Recover/Makefile.in ] ; then echo Caching Makefile.in in .Recover... |