summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2007-04-01 23:11:40 +0000
committerRoland McGrath <[email protected]>2007-04-01 23:11:40 +0000
commit5f6a41a8484d110cb38b0989a3a240dc28fd7310 (patch)
treeddeb093a05366ffec4dff1d437f70e3cbe2bae19 /tests
parenta1090f89b4916191c42ca54a1c9e0b05166f95df (diff)
backends/
2007-04-01 Roland McGrath <[email protected]> * x86_64_regs.c (x86_64_register_info): Add more registers from newer ABI spec. tests/ 2007-04-01 Roland McGrath <[email protected]> * run-allregs.sh: Updated expected output for x86_64.
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rwxr-xr-xtests/run-allregs.sh18
2 files changed, 21 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 770f3375..f57c6e10 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-01 Roland McGrath <[email protected]>
+
+ * run-allregs.sh: Updated expected output for x86_64.
+
2007-03-04 Roland McGrath <[email protected]>
* dwfl-bug-fd-leak.c: New file.
diff --git a/tests/run-allregs.sh b/tests/run-allregs.sh
index 46503f20..bf2be9eb 100755
--- a/tests/run-allregs.sh
+++ b/tests/run-allregs.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2005, 2006 Red Hat, Inc.
+# Copyright (C) 2005, 2006, 2007 Red Hat, Inc.
# This file is part of Red Hat elfutils.
#
# Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -132,6 +132,22 @@ SSE registers:
30: %xmm13 (xmm13), unsigned 128 bits
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
+ 65: %fcw (fcw), unsigned 64 bits
+ 66: %fsw (fsw), unsigned 64 bits
+segment registers:
+ 50: %es (es), unsigned 16 bits
+ 51: %cs (cs), unsigned 16 bits
+ 52: %ss (ss), unsigned 16 bits
+ 53: %ds (ds), unsigned 16 bits
+ 54: %fs (fs), unsigned 16 bits
+ 55: %gs (gs), unsigned 16 bits
+ 58: %fs.base (fs.base), address 64 bits
+ 59: %gs.base (gs.base), address 64 bits
x87 registers:
33: %st0 (st0), float 80 bits
34: %st1 (st1), float 80 bits