From f4e88c8e2cbd68185c820bcc3883bd104988e4c0 Mon Sep 17 00:00:00 2001 From: "Paul N. Hilfinger" Date: Mon, 1 Nov 2004 11:14:38 +0000 Subject: * values.c (modify_field): Correct handling of bit-fields that don't fit in 32 bits. Use unsigned operations throughout and simplify the code a bit. Document preconditions. --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 19c19db..05c2613 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-11-01 Paul N. Hilfinger + + * values.c (modify_field): Correct handling of bit-fields that + don't fit in 32 bits. Use unsigned operations throughout and + simplify the code a bit. Document preconditions. + 2004-10-31 Andrew Cagney * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE. -- cgit v1.1