aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
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
commitd74467586de3c250f0e925d14f23f4c0e76ac152 (patch)
tree3df51aaa58cec41e967ab17418a7762b0fdfffc5 /gdb/gdbserver
parenta8c99f38d2d65ca4c4689abb337869fcb0743b7a (diff)
downloadgdb-d74467586de3c250f0e925d14f23f4c0e76ac152.zip
gdb-d74467586de3c250f0e925d14f23f4c0e76ac152.tar.gz
gdb-d74467586de3c250f0e925d14f23f4c0e76ac152.tar.bz2
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.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 0d908ea..24c69ab 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.