diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2014-12-02 10:47:30 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-12-02 10:47:30 +0100 |
commit | d5552aabd6c68147421819577108b51ff25ea064 (patch) | |
tree | 252c178ffb5044e79c78dcb986f4d3a93d77a6c1 /gdb | |
parent | 870c90bb8af2464b2f8505766d5a7c5831673cba (diff) | |
download | gdb-d5552aabd6c68147421819577108b51ff25ea064.zip gdb-d5552aabd6c68147421819577108b51ff25ea064.tar.gz gdb-d5552aabd6c68147421819577108b51ff25ea064.tar.bz2 |
S390: Fix 'expedite' for s390-te-linux64
Fix a typo in the expedited registers for s390-te-linux64.
gdb/ChangeLog:
* features/Makefile (s390-te-linux64-expedite): Replace
non-existant r14 and r15 by r14l and r15l, respectively.
* regformats/s390-te-linux64.dat: Regenerate.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/features/Makefile | 2 | ||||
-rw-r--r-- | gdb/regformats/s390-te-linux64.dat | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 13346fa..c0777ac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com> + + * features/Makefile (s390-te-linux64-expedite): Replace + non-existant r14 and r15 by r14l and r15l, respectively. + * regformats/s390-te-linux64.dat: Regenerate. + 2014-12-01 Simon Marchi <simon.marchi@ericsson.com> * objfiles.c (allocate_objfile): Remove duplicate comment. diff --git a/gdb/features/Makefile b/gdb/features/Makefile index 7708f5b..dfdb7c9 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -114,7 +114,7 @@ s390-linux32v2-expedite = r14,r15,pswa s390-linux64-expedite = r14l,r15l,pswa s390-linux64v1-expedite = r14l,r15l,pswa s390-linux64v2-expedite = r14l,r15l,pswa -s390-te-linux64-expedite = r14,r15,pswa +s390-te-linux64-expedite = r14l,r15l,pswa s390x-linux64-expedite = r14,r15,pswa s390x-linux64v1-expedite = r14,r15,pswa s390x-linux64v2-expedite = r14,r15,pswa diff --git a/gdb/regformats/s390-te-linux64.dat b/gdb/regformats/s390-te-linux64.dat index 8910543..28e1b87 100644 --- a/gdb/regformats/s390-te-linux64.dat +++ b/gdb/regformats/s390-te-linux64.dat @@ -2,7 +2,7 @@ # Generated from: s390-te-linux64.xml name:s390_te_linux64 xmltarget:s390-te-linux64.xml -expedite:r14,r15,pswa +expedite:r14l,r15l,pswa 32:pswm 32:pswa 32:r0h |