summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-08-23 08:10:54 +0000
committerRoland McGrath <roland@redhat.com>2007-08-23 08:10:54 +0000
commitcb6d865011ad98a8ac2018f072f396a2268739ca (patch)
treec497c4dacb592f9da5f5740a8b9fa8d362468079 /tests
parent50c6a2f8b9621ae01c8943e80c39bc859c9d5c22 (diff)
downloadelfutils-cb6d865011ad98a8ac2018f072f396a2268739ca.tar.gz
readelf register printing sort order tweak
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rwxr-xr-xtests/run-allregs.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index cc7e0727..adfcb2c7 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-23 Roland McGrath <roland@redhat.com>
+
+ * run-allregs.sh: Update expected x86-64 output for %rflags.
+
2007-08-12 Roland McGrath <roland@redhat.com>
* run-strip-test7.sh: New file.
diff --git a/tests/run-allregs.sh b/tests/run-allregs.sh
index 74f97380..c7f46b0b 100755
--- a/tests/run-allregs.sh
+++ b/tests/run-allregs.sh
@@ -106,6 +106,7 @@ integer registers:
14: %r14 (r14), signed 64 bits
15: %r15 (r15), signed 64 bits
16: %rip (rip), address 64 bits
+ 49: %rflags (rflags), unsigned 64 bits
MMX registers:
41: %mm0 (mm0), unsigned 64 bits
42: %mm1 (mm1), unsigned 64 bits
@@ -133,7 +134,6 @@ SSE registers:
31: %xmm14 (xmm14), unsigned 128 bits
32: %xmm15 (xmm15), unsigned 128 bits
control registers:
- 49: %rflags (rflags), unsigned 64 bits
62: %tr (tr), unsigned 64 bits
63: %ldtr (ldtr), unsigned 64 bits
64: %mxcsr (mxcsr), unsigned 64 bits