diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-08-28 22:42:58 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-08-28 22:42:58 +0000 |
commit | 71c1f4043ff245454458c2fa593228e4c63be81c (patch) | |
tree | 76b765b63e9426eedbdf6c4e4011bb793c67ca49 /bfd/.Sanitize | |
parent | 8b361a954a8e996e8ee5c32a8373e3679098a2ac (diff) | |
download | gdb-71c1f4043ff245454458c2fa593228e4c63be81c.zip gdb-71c1f4043ff245454458c2fa593228e4c63be81c.tar.gz gdb-71c1f4043ff245454458c2fa593228e4c63be81c.tar.bz2 |
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").
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 5635fc5..b1d451c 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -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`. |