summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2004-02-18 04:11:01 +0000
committerJim Blandy <jimb@codesourcery.com>2004-02-18 04:11:01 +0000
commit0ccdf67f46ca40be56994228e7c349d64516dbd6 (patch)
treebc586e474d960148571e8a78f3aeabec4535a2a8
parentb1bbde56fd89f14d5db951c17cc5b666abd67250 (diff)
downloadgdb-0ccdf67f46ca40be56994228e7c349d64516dbd6.tar.gz
2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Committed by Jim Blandy <jimb@redhat.com>. * linux-s390-low.c (s390_num_regs): Update. (s390_regmap): Remove control registers. Use __s390x__ predefine instead of GPR_SIZE to distiguish s390 and s390x targets.
-rw-r--r--gdb/gdbserver/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 0d908ea8868..24c69abe7a7 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,11 @@
+2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ Committed by Jim Blandy <jimb@redhat.com>.
+
+ * linux-s390-low.c (s390_num_regs): Update.
+ (s390_regmap): Remove control registers. Use __s390x__ predefine
+ instead of GPR_SIZE to distiguish s390 and s390x targets.
+
2004-01-31 Daniel Jacobowitz <drow@mvista.com>
* linux-low.c: Update copyright year.