summaryrefslogtreecommitdiff
path: root/gdb/features
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-09-01 18:56:34 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-09-01 18:56:34 +0000
commit79c1dad565481ee19bc8cd1caf2ab6fe1caf41cb (patch)
treea9e214238bf2c5ebeaa09dacd50a26b829964795 /gdb/features
parent2f9ac29ce98919de5f01257407f53876aeb79b76 (diff)
downloadgdb-79c1dad565481ee19bc8cd1caf2ab6fe1caf41cb.tar.gz
Generate regformats/rs6000/powerpc-32.dat
I will need this description for the ppc-lynxos debugger where, AFAICT, we only have access to the core GP and FP registers. So this adds powerpc-32 to the list of targets for which a .dat file needs to be generated. 2010-04-30 Joel Brobecker <brobecker@adacore.com> * features/Makefile (WHICH): Add rs6000/powerpc-32. (powerpc-32.o, powerpc-32.c): New rules. (clean): Also remove powerpc-32.c. * regformats/rs6000/powerpc-32.dat: Generate.
Diffstat (limited to 'gdb/features')
-rw-r--r--gdb/features/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile
index 987854bd304..13e0ea65b4c 100644
--- a/gdb/features/Makefile
+++ b/gdb/features/Makefile
@@ -37,6 +37,7 @@ WHICH = arm-with-iwmmxt arm-with-vfpv2 arm-with-vfpv3 arm-with-neon \
i386/i386-avx i386/i386-avx-linux \
i386/amd64-avx i386/amd64-avx-linux \
mips-linux mips64-linux \
+ rs6000/powerpc-32 \
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 \