From: Jim Blandy Date: Wed, 18 Feb 2004 04:11:01 +0000 (+0000) Subject: 2004-02-17 Ulrich Weigand X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d74467586de3c250f0e925d14f23f4c0e76ac152;p=binutils-gdb.git 2004-02-17 Ulrich Weigand Committed by Jim Blandy . * 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. --- 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 + + Committed by Jim Blandy . + + * 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 * linux-low.c: Update copyright year.