gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b77cdf22b040a5e05c6cd1a7846d3c2b4a7290f3..6cbfdf835552cc05163bfad500177b0b38fc576a 100644 (file)
@@ -1,3 +1,16 @@
+2011-02-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * value.h (value_contents_copy, value_contents_copy_raw): Declare.
+       * value.c (value_contents_copy_raw, value_contents_copy): New
+       functions.
+       (value_primitive_field): Use value_contents_copy_raw instead of
+       memcpy.
+       * valops.c (value_fetch_lazy): Use value_contents_copy instead of
+       memcpy.
+       (value_array, value_slice): Ditto.
+       * valarith.c (value_subscripted_rvalue): Use
+       value_contents_copy_raw instead of memcpy.
+
 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
 
        <unavailable> references.
This page took 0.025052 seconds and 4 git commands to generate.