diff options
author | Yao Qi <yao@codesourcery.com> | 2011-08-14 12:43:38 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-08-14 12:43:38 +0000 |
commit | 224bbe4936351478a98079135e84f1d7fff224ec (patch) | |
tree | 4a656b981719da75608d8c05a86b90c5f66193e9 /gdb/features | |
parent | 40ae9136ce2af3d23827628efd088fecbb7dd988 (diff) | |
download | ppe42-binutils-224bbe4936351478a98079135e84f1d7fff224ec.tar.gz ppe42-binutils-224bbe4936351478a98079135e84f1d7fff224ec.zip |
gdb/doc/
* gdb.texinfo (Standard Target Features): Document C6x features.
(TIC6x Features): New node.
gdb/
* features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
* features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
* features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
* features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
* features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
* features/tic6x-c64xp-linux.xml: New.
* features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
* features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
* features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
* regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
* regformats/tic6x-c64xp.dat, regformats/tic6x-c62x-linux.dat: Generated.
* regformats/tic6x-c64x-linux.dat, regformats/tic6x-c64xp-linux.dat: Generated.
* config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
features/tic6x-*.c files.
Add regformats/tic6x-*.dat files.
Diffstat (limited to 'gdb/features')
-rw-r--r-- | gdb/features/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index 4e8e7ee6e8..e0bfc3db58 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -41,7 +41,9 @@ WHICH = arm-with-iwmmxt arm-with-vfpv2 arm-with-vfpv3 arm-with-neon \ rs6000/powerpc-32l rs6000/powerpc-altivec32l rs6000/powerpc-e500l \ rs6000/powerpc-64l rs6000/powerpc-altivec64l rs6000/powerpc-vsx32l \ rs6000/powerpc-vsx64l rs6000/powerpc-cell32l rs6000/powerpc-cell64l \ - s390-linux32 s390-linux64 s390x-linux64 + s390-linux32 s390-linux64 s390x-linux64 \ + tic6x-c64xp tic6x-c64x tic6x-c62x \ + tic6x-c64xp-linux tic6x-c64x-linux tic6x-c62x-linux # Record which registers should be sent to GDB by default after stop. arm-expedite = r11,sp,pc @@ -63,6 +65,12 @@ rs6000/powerpc-cell64l-expedite = r1,pc,r0,orig_r3,r4 s390-linux32-expedite = r14,r15,pswa s390-linux64-expedite = r14l,r15l,pswa s390x-linux64-expedite = r14,r15,pswa +tic6x-c64xp-expedite = A15,PC +tic6x-c64x-expedite = A15,PC +tic6x-c62x-expedite = A15,PC +tic6x-c64xp-linux-expedite = A15,PC +tic6x-c64x-linux-expedite = A15,PC +tic6x-c62x-linux-expedite = A15,PC XSLTPROC = xsltproc |