remove armelf sanitization.

This commit is contained in:
Catherine Moore 1998-08-31 16:10:56 +00:00
parent cdb3d5f902
commit b0249a1759
2 changed files with 0 additions and 31 deletions

View File

@ -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

View File

@ -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