Change M32RX sanitization from m32rx sanitization to normal Cygnus sanitization

This commit is contained in:
Michael Meissner 1999-02-02 23:52:42 +00:00
parent 85a85d8a14
commit 64381ab4ee
2 changed files with 3 additions and 31 deletions

View file

@ -431,7 +431,7 @@ else
done
fi
cygnus_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c cpu-m10300.c elf-m10300.c"
cygnus_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c cpu-m10300.c elf-m10300.c cpu-m32r.c elf32-m32r.c"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
@ -515,34 +515,6 @@ else
done
fi
m32rx_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h elf32-m32r.c cpu-m32r.c"
if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
for i in $m32rx_files ; do
if test -r $i && (grep sanitize-m32rx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping m32rx stuff in $i
fi
fi
done
else
for i in $m32rx_files ; do
if test -f $i && (grep sanitize-m32rx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"m32rx\" from $i...
fi
cp $i new
sed '/start\-sanitize\-m32rx/,/end\-sanitize\-m32rx/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
sky_files="ChangeLog archures.c elf32-mips.c reloc.c cpu-mips.c config.bfd configure.in configure bfd-in2.h libbfd.h"
if ( echo $* | grep keep\-sky > /dev/null ) ; then
for i in $sky_files ; do

View file

@ -2489,10 +2489,10 @@ Tue Feb 10 19:23:28 1998 H.J. Lu <hjl@gnu.org>
* configure: Rebuild.
Tue Feb 10 15:16:38 1998 Nick Clifton <nickc@cygnus.com>
start-sanitize-m32rx
start-sanitize-cygnus
* elf32-m32r.c (m32r_elf_merge_private_bfd_data): Do not complain
when merging m32r BFDs into m32rx BFDs.
end-sanitize-m32rx
end-sanitize-cygnus
* elf32-v850.c (remember_hi16s_reloc): New function.
(find_remembered_hi16s_reloc): New function.
(v850_elf_store_addend_in_insn): Use the above new functions to