OSDN Git Service

2005-01-27 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Thu, 27 Jan 2005 21:48:14 +0000 (21:48 +0000)
committercagney <cagney>
Thu, 27 Jan 2005 21:48:14 +0000 (21:48 +0000)
* value.h (struct value): Change type of contents to bfd_byte.
(VALUE_CONTENTS_RAW): Simplify.

gdb/ChangeLog

index 4c430f6..37017eb 100644 (file)
@@ -1,5 +1,8 @@
 2005-01-27  Andrew Cagney  <cagney@gnu.org>
 
+       * value.h (struct value): Change type of contents to bfd_byte.
+       (VALUE_CONTENTS_RAW): Simplify.
+
        * gdbarch.sh (integer_to_address): Change buf parameter to a const
        bfd_byte, make pure-multi-arch.
        * gdbarch.h, gdbarch.c: Regenerate.