* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / .Sanitize
index 8045207422a1c49a7baad4dd99ff886c1cb904cf..bb06b395ada0d71755d2ed8fdf532d81290a0350 100644 (file)
@@ -98,6 +98,7 @@ README
 TODO
 a29k-tdep.c
 a68v-nat.c
+abug-rom.c
 aclocal.m4
 acconfig.h
 alpha-nat.c
@@ -162,12 +163,14 @@ dpx2-nat.c
 dsrec.c
 dst.h
 dstread.c
+dwarf2read.c
 dwarfread.c
 elfread.c
 environ.c
 environ.h
 eval.c
 exec.c
+exc_request.defs
 expprint.c
 expression.h
 f-exp.y
@@ -187,8 +190,11 @@ gdba.el
 gdbcmd.h
 gdbcore.h
 gdbserver
+gdbthread.h
 gdbtypes.c
 gdbtypes.h
+gnu-nat.c
+gnu-nat.h
 gnu-regex.c
 gnu-regex.h
 go32-xdep.c
@@ -206,6 +212,7 @@ i386-stub.c
 i386-tdep.c
 i386aix-nat.c
 i386b-nat.c
+i386gnu-nat.c
 i386ly-tdep.c
 i386m3-nat.c
 i386mach-nat.c
@@ -257,11 +264,14 @@ monitor.h
 monitor.c
 mpw-config.in
 mpw-make.sed
+msg.defs
+msg_reply.defs
 news-xdep.c
 nindy-share
 nindy-tdep.c
 nlm
 nlmread.c
+notify.defs
 ns32k-tdep.c
 ns32km3-nat.c
 objfiles.c
@@ -274,6 +284,7 @@ parser-defs.h
 partial-stab.h
 ppcbug-rom.c
 printcmd.c
+process_reply.defs
 procfs.c
 ptx4-nat.c
 pyr-tdep.c
@@ -306,6 +317,7 @@ remote-vx960.c
 remote-vxmips.c
 remote-vxsparc.c
 remote.c
+reply_mig_hack.awk
 rs6000-nat.c
 rs6000-tdep.c
 rom68k-rom.c
@@ -322,9 +334,11 @@ ser-tcp.c
 ser-unix.c
 serial.c
 serial.h
+sh-stub.c
 sh-tdep.c
 sh3-rom.c
 signals.h
+sol-thread.c
 solib.c
 solib.h
 somread.c
@@ -336,6 +350,7 @@ sparc-stub.c
 sparc-tdep.c
 sparcl-stub.c
 sparcl-tdep.c
+sparclet-rom.c
 srec.h
 stabsread.c
 stabsread.h
@@ -358,7 +373,6 @@ target.h
 terminal.h
 testsuite
 thread.c
-thread.h
 top.c
 top.h
 typeprint.c
@@ -426,35 +440,6 @@ else
        done
 fi
 
-r16_files="configure.in configure"
-
-if ( echo $* | grep keep\-r16 > /dev/null ) ; then
-       for i in $r16_files ; do
-               if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping r16 stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $r16_files ; do
-               if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"r16\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-r16/,/end-\sanitize\-r16/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               if [ -n "${verbose}" ] ; then
-                                       echo Caching $i in .Recover...
-                               fi
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
-
 arc_files="configure.in configure ChangeLog-95"
 
 if ( echo $* | grep keep\-arc > /dev/null ) ; then
This page took 0.024615 seconds and 4 git commands to generate.