Committing sanitize changes
authorGeoffrey Noer <noer@cygnus>
Sun, 2 Feb 1997 06:49:44 +0000 (06:49 +0000)
committerGeoffrey Noer <noer@cygnus>
Sun, 2 Feb 1997 06:49:44 +0000 (06:49 +0000)
gdb/.Sanitize
gdb/config/.Sanitize
gdb/config/mn10200/.Sanitize [new file with mode: 0644]
gdb/config/mn10300/.Sanitize
gdb/mn10300-tdep.c

index 97afa2a498d6b31fc4240df69ff5c62a673307e8..fd32ab0e43e7c938d49d07b2380c9f0fef380890 100644 (file)
@@ -304,6 +304,7 @@ mips-tdep.c
 mipsm3-nat.c
 mipsv4-nat.c
 mipsread.c
+mn10200-tdep.c
 mn10300-tdep.c
 mon960-rom.c
 monitor.h
index 1b8cbbf83ed9ac2d5fff4c310516765bfa922b45..d845ea31012e4f0e0539351633139fa67d6c3385 100644 (file)
@@ -97,6 +97,7 @@ i960
 m68k
 m88k
 mips
+mn10200
 mn10300
 nm-empty.h
 nm-gnu.h
diff --git a/gdb/config/mn10200/.Sanitize b/gdb/config/mn10200/.Sanitize
new file mode 100644 (file)
index 0000000..9cd0ec4
--- /dev/null
@@ -0,0 +1,33 @@
+# .Sanitize for devo/gdb/config/mn10200.
+
+# 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.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done.  Blank lines will also be squashed
+# out.
+
+# 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 directory.
+
+Do-first:
+
+# 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
+# called.  Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+mn10200.mt
+tm-mn10200.h
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
index c3a0e112eae49b9bc1f77248e83da4aa27f3474e..e1bb8e9111c90c51e8d687d92d0c093e85eae38b 100644 (file)
@@ -24,11 +24,10 @@ Do-first:
 Things-to-keep:
 
 mn10300.mt
+tm-mn10300.h
 
 Things-to-lose:
 
-tm-mn10300.h
-
 Do-last:
 
 # End of file.
index 2b4befeb366ed4ffd9741a5d53947a4d72ce1b9a..616abb7960dd48714a722c8c294f770a283c80df 100644 (file)
@@ -95,7 +95,7 @@ mn10300_frame_chain (fi)
     {
        /* printf("scanning prologue\n"); */
        /* FIXME -- fill out this case later */
-        return 0x666; /* bogus value */
+        return 0x0; /* bogus value */
     }
 
   if (past_prologue) /* if we don't need to scan the prologue */