diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-02-18 04:11:01 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-02-18 04:11:01 +0000 |
commit | d74467586de3c250f0e925d14f23f4c0e76ac152 (patch) | |
tree | 3df51aaa58cec41e967ab17418a7762b0fdfffc5 /gdb/gdbserver | |
parent | a8c99f38d2d65ca4c4689abb337869fcb0743b7a (diff) | |
download | gdb-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/ChangeLog | 8 |
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. |