mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 19:42:32 +00:00
Committing sanitize changes
This commit is contained in:
parent
e9797c8ae5
commit
e385d6e03e
@ -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
|
||||
|
@ -97,6 +97,7 @@ i960
|
||||
m68k
|
||||
m88k
|
||||
mips
|
||||
mn10200
|
||||
mn10300
|
||||
nm-empty.h
|
||||
nm-gnu.h
|
||||
|
33
gdb/config/mn10200/.Sanitize
Normal file
33
gdb/config/mn10200/.Sanitize
Normal file
@ -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.
|
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user