* Makefile.in (VERSION): Bump to 4.7.4.
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index 28ebf29b6115b7119b146f14948c273f7e3198bd..8cd5d48b8ab5f480c5c2969f4b137e28e84fa515 100644 (file)
@@ -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...
This page took 0.026752 seconds and 4 git commands to generate.