From b0249a17591bdeead5e868b9bbde8ab9a043aabc Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 31 Aug 1998 16:10:56 +0000 Subject: [PATCH] remove armelf sanitization. --- opcodes/.Sanitize | 27 --------------------------- opcodes/ChangeLog | 4 ---- 2 files changed, 31 deletions(-) diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 15056249fd8..a1cabbc23be 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 d27c349b4fb..f9420c921c8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -51,21 +51,17 @@ Mon Aug 10 14:08:22 1998 Doug Evans * m32r-opc.c: Regenerate (remove semantic descriptions). -start-sanitize-armelf Mon Aug 10 12:51:12 1998 Catherine Moore * 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 * 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 Move all global state data into opcode table struct, and treat -- 2.30.2