Renamed opc-sparc.c to sparc-opc.c for more significant characters in cpu
name under losing file systems ("sparc-op" rather than "opc-spar").
This commit is contained in:
parent
8b361a954a
commit
71c1f4043f
3 changed files with 1823 additions and 7 deletions
|
@ -96,7 +96,7 @@ libieee.h
|
|||
liboasys.h
|
||||
newsos3.c
|
||||
oasys.c
|
||||
opc-sparc.c
|
||||
sparc-opc.c
|
||||
opncls.c
|
||||
reloc.c
|
||||
rs6000-core.c
|
||||
|
@ -117,7 +117,7 @@ trad-core.h
|
|||
Do-last:
|
||||
|
||||
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
||||
echo Keeping v9 in aoutx.h opc-sparc.c
|
||||
echo Keeping v9 in aoutx.h sparc-opc.c
|
||||
else
|
||||
echo Sanitizing v9 in aoutx.h
|
||||
rm -f new
|
||||
|
@ -130,15 +130,15 @@ else
|
|||
fi
|
||||
mv new aoutx.h
|
||||
done
|
||||
echo Sanitizing v9 in opc-sparc.c
|
||||
echo Sanitizing v9 in sparc-opc.c
|
||||
rm -f new
|
||||
grep -v v9 opc-sparc.c > new
|
||||
grep -v v9 sparc-opc.c > new
|
||||
if [ -n "${safe}" ] ; then
|
||||
mv opc-sparc.c .Recover
|
||||
mv sparc-opc.c .Recover
|
||||
else
|
||||
rm opc-sparc.c
|
||||
rm sparc-opc.c
|
||||
fi
|
||||
mv new opc-sparc.c
|
||||
mv new sparc-opc.c
|
||||
fi
|
||||
|
||||
echo Done in `pwd`.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
Fri Aug 28 15:38:03 1992 Ken Raeburn (raeburn@cygnus.com)
|
||||
|
||||
* Renamed opc-sparc.c to sparc-opc.c for systems with short
|
||||
filename constraints.
|
||||
|
||||
Thu Aug 27 17:01:04 1992 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* targets.c, config/i960-bout.mt, hosts/*: added
|
||||
|
|
1811
bfd/sparc-opc.c
Normal file
1811
bfd/sparc-opc.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue