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
|
liboasys.h
|
||||||
newsos3.c
|
newsos3.c
|
||||||
oasys.c
|
oasys.c
|
||||||
opc-sparc.c
|
sparc-opc.c
|
||||||
opncls.c
|
opncls.c
|
||||||
reloc.c
|
reloc.c
|
||||||
rs6000-core.c
|
rs6000-core.c
|
||||||
|
@ -117,7 +117,7 @@ trad-core.h
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
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
|
else
|
||||||
echo Sanitizing v9 in aoutx.h
|
echo Sanitizing v9 in aoutx.h
|
||||||
rm -f new
|
rm -f new
|
||||||
|
@ -130,15 +130,15 @@ else
|
||||||
fi
|
fi
|
||||||
mv new aoutx.h
|
mv new aoutx.h
|
||||||
done
|
done
|
||||||
echo Sanitizing v9 in opc-sparc.c
|
echo Sanitizing v9 in sparc-opc.c
|
||||||
rm -f new
|
rm -f new
|
||||||
grep -v v9 opc-sparc.c > new
|
grep -v v9 sparc-opc.c > new
|
||||||
if [ -n "${safe}" ] ; then
|
if [ -n "${safe}" ] ; then
|
||||||
mv opc-sparc.c .Recover
|
mv sparc-opc.c .Recover
|
||||||
else
|
else
|
||||||
rm opc-sparc.c
|
rm sparc-opc.c
|
||||||
fi
|
fi
|
||||||
mv new opc-sparc.c
|
mv new sparc-opc.c
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo Done in `pwd`.
|
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)
|
Thu Aug 27 17:01:04 1992 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* targets.c, config/i960-bout.mt, hosts/*: added
|
* 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…
Add table
Add a link
Reference in a new issue