mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
New files for sparc64 cpu.
This commit is contained in:
@ -115,6 +115,8 @@ tc-sh.c
|
|||||||
tc-sh.h
|
tc-sh.h
|
||||||
tc-sparc.c
|
tc-sparc.c
|
||||||
tc-sparc.h
|
tc-sparc.h
|
||||||
|
tc-sparc64.c
|
||||||
|
tc-sparc64.h
|
||||||
tc-tahoe.c
|
tc-tahoe.c
|
||||||
tc-tahoe.h
|
tc-tahoe.h
|
||||||
tc-vax.c
|
tc-vax.c
|
||||||
@ -143,7 +145,7 @@ Things-to-lose:
|
|||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
||||||
echo Keeping v9 stuff in tc-sparc.c.
|
echo Keeping tc-sparc64 and v9 stuff in tc-sparc.c.
|
||||||
else
|
else
|
||||||
echo Cleaning tc-sparc.c...
|
echo Cleaning tc-sparc.c...
|
||||||
sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
|
sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
|
||||||
@ -151,6 +153,8 @@ else
|
|||||||
cp tc-sparc.c .Recover
|
cp tc-sparc.c .Recover
|
||||||
fi
|
fi
|
||||||
mv new tc-sparc.c
|
mv new tc-sparc.c
|
||||||
|
echo Deleting tc-sparc64 files.
|
||||||
|
rm -f tc-sparc64.c tc-sparc64.h
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# End of file.
|
# End of file.
|
||||||
|
1
gas/config/tc-sparc64.c
Normal file
1
gas/config/tc-sparc64.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "config/tc-sparc.c"
|
2
gas/config/tc-sparc64.h
Normal file
2
gas/config/tc-sparc64.h
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#define sparcv9
|
||||||
|
#include "config/tc-sparc.h"
|
Reference in New Issue
Block a user