mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Blow away v9 stuff in aout64.h too.
This commit is contained in:
@ -87,12 +87,25 @@ else
|
||||
mv new sparc-opcode.h
|
||||
fi
|
||||
|
||||
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
||||
echo Keeping v9 in aout64.h.
|
||||
else
|
||||
echo Sanitizing v9 in aout64.h.
|
||||
rm -f new
|
||||
grep -v v9 aout64.h > new
|
||||
rm aout64.h
|
||||
mv new aout64.h
|
||||
fi
|
||||
|
||||
echo Done in `pwd`.
|
||||
|
||||
#
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.4 1991/07/15 23:34:14 steve
|
||||
# Revision 1.5 1991/07/24 00:47:13 gnu
|
||||
# Blow away v9 stuff in aout64.h too.
|
||||
#
|
||||
# Revision 1.4 1991/07/15 23:34:14 steve
|
||||
# *** empty log message ***
|
||||
#
|
||||
# Revision 1.3 1991/06/14 22:14:07 steve
|
||||
|
Reference in New Issue
Block a user