diff options
author | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-11-01 11:14:38 +0000 |
---|---|---|
committer | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-11-01 11:14:38 +0000 |
commit | f4e88c8e2cbd68185c820bcc3883bd104988e4c0 (patch) | |
tree | 2c7134ff02eccb2a65dd4bc20906f8a84ff835ce /gdb/ChangeLog | |
parent | 96693b3af8a5d580792846796186a854583e23f9 (diff) | |
download | gdb-f4e88c8e2cbd68185c820bcc3883bd104988e4c0.zip gdb-f4e88c8e2cbd68185c820bcc3883bd104988e4c0.tar.gz gdb-f4e88c8e2cbd68185c820bcc3883bd104988e4c0.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <Hilfinger@gnat.com> + + * 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 <cagney@gnu.org> * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE. |