aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcodes/.Sanitize27
-rw-r--r--opcodes/ChangeLog4
2 files changed, 0 insertions, 31 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize
index 1505624..a1cabbc 100644
--- a/opcodes/.Sanitize
+++ b/opcodes/.Sanitize
@@ -178,33 +178,6 @@ else
done
fi
-armelf_files="ChangeLog arm-dis.c"
-if ( echo $* | grep keep\-armelf > /dev/null ) ; then
- for i in $armelf_files ; do
- if test ! -d $i && (grep sanitize-armelf $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping armelf stuff in $i
- fi
- fi
- done
-else
- for i in $armelf_files ; do
- if test ! -d $i && (grep sanitize-armelf $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"armelf\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-armelf/,/end-\sanitize\-armelf/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
v850e_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c v850-opc.c v850-dis.c"
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d27c349..f9420c9 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -51,21 +51,17 @@ Mon Aug 10 14:08:22 1998 Doug Evans <devans@canuck.cygnus.com>
* m32r-opc.c: Regenerate (remove semantic descriptions).
-start-sanitize-armelf
Mon Aug 10 12:51:12 1998 Catherine Moore <clm@cygnus.com>
* arm-dis.c (print_insn_big_arm): Fix indentation.
(print_insn_little_arm): Likewise.
-end-sanitize-armelf
-start-sanitize-armelf
Sun Aug 9 20:17:28 1998 Catherine Moore <clm@cygnus.com>
* arm-dis.c (print_insn_big_arm): Check for thumb symbol
attributes.
(print_insn_little_arm): Likewise.
-end-sanitize-armelf
Mon Aug 3 12:43:16 1998 Doug Evans <devans@seba.cygnus.com>
Move all global state data into opcode table struct, and treat