diff options
Diffstat (limited to 'gdb/features/Makefile')
-rw-r--r-- | gdb/features/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index cedc57a..378f764 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -32,15 +32,18 @@ # make GDB=/path/to/gdb XMLTOC="xml files" cfiles WHICH = arm-with-iwmmxt mips-linux mips64-linux \ - rs6000/powerpc-32 rs6000/powerpc-e500 rs6000/powerpc-64 + rs6000/powerpc-32l rs6000/powerpc-altivec32l rs6000/powerpc-e500l \ + rs6000/powerpc-64l rs6000/powerpc-altivec64l # Record which registers should be sent to GDB by default after stop. arm-with-iwmmxt-expedite = r11,sp,pc mips-linux-expedite = r29,pc mips64-linux-expedite = r29,pc -rs6000/powerpc-32-expedite = r1,pc -rs6000/powerpc-e500-expedite = r1,pc -rs6000/powerpc-64-expedite = r1,pc +rs6000/powerpc-32l-expedite = r1,pc +rs6000/powerpc-altivec32l-expedite = r1,pc +rs6000/powerpc-e500l-expedite = r1,pc +rs6000/powerpc-64l-expedite = r1,pc +rs6000/powerpc-altivec64l-expedite = r1,pc XSLTPROC = xsltproc outdir = ../regformats |