mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user