diff options
Diffstat (limited to 'gdb/features/Makefile')
-rw-r--r-- | gdb/features/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index e0bfc3d..5469772 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -42,6 +42,8 @@ WHICH = arm-with-iwmmxt arm-with-vfpv2 arm-with-vfpv3 arm-with-neon \ 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-linux32v1 s390-linux64v1 s390x-linux64v1 \ + s390-linux32v2 s390-linux64v2 s390x-linux64v2 \ tic6x-c64xp tic6x-c64x tic6x-c62x \ tic6x-c64xp-linux tic6x-c64x-linux tic6x-c62x-linux @@ -63,8 +65,14 @@ powerpc-expedite = r1,pc rs6000/powerpc-cell32l-expedite = r1,pc,r0,orig_r3,r4 rs6000/powerpc-cell64l-expedite = r1,pc,r0,orig_r3,r4 s390-linux32-expedite = r14,r15,pswa +s390-linux32v1-expedite = r14,r15,pswa +s390-linux32v2-expedite = r14,r15,pswa s390-linux64-expedite = r14l,r15l,pswa +s390-linux64v1-expedite = r14l,r15l,pswa +s390-linux64v2-expedite = r14l,r15l,pswa s390x-linux64-expedite = r14,r15,pswa +s390x-linux64v1-expedite = r14,r15,pswa +s390x-linux64v2-expedite = r14,r15,pswa tic6x-c64xp-expedite = A15,PC tic6x-c64x-expedite = A15,PC tic6x-c62x-expedite = A15,PC |