S390: Fix 'expedite' for s390-te-linux64
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Tue, 2 Dec 2014 09:47:30 +0000 (10:47 +0100)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Tue, 2 Dec 2014 09:47:30 +0000 (10:47 +0100)
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.

gdb/ChangeLog
gdb/features/Makefile
gdb/regformats/s390-te-linux64.dat

index 13346fa9ab103626f9045de810e5ee753b4955bd..c0777acc7b6508c2e0e94dadac40b17b0a03ec97 100644 (file)
@@ -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.
index 7708f5b980d8a007617304425e99a250e59b055c..dfdb7c9d488f2e188cce98cd5a171bff69380432 100644 (file)
@@ -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
index 8910543a56cb169b36ccd0ccd2199e81907d2b35..28e1b8733ebedf40c5238c754cfe95aad65ea0dd 100644 (file)
@@ -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
This page took 0.035298 seconds and 4 git commands to generate.