* gdbarch.sh (function_list): Add new property bits_big_endian to
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ed9f2dc6b1ad164e9c21b89ba5cd29ebaa52e524..e66df1e93125933d26663dd25d806dd99bf5ecf1 100644 (file)
@@ -1,3 +1,23 @@
+2008-01-18  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdbarch.sh (function_list): Add new property bits_big_endian to
+       gdbarch structure.
+       * gdbarch.{c,h}: Regenerate.
+
+       * value.c (struct value): Replace BITS_BIG_ENDIAN by
+       gdbarch_bits_big_endian (comment).
+       (unpack_field_as_long, modify_field): Likewise.
+       * value.h: Likewise (comment).
+       * valops.c (value_slice): Likewise.
+       * valarith.c (value_subscript, value_bit_index): Likewise.
+       * gdbtypes.h (field): Likewise (comment).
+       * eval.c (evaluate_subexp_standard): Likewise.
+       * dwarf2read.c (dwarf2_add_field): Likewise.
+       * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
+       (move_bits, ada_value_assign, value_assign_to_component): Likewise.
+       
+       * defs.h (BITS_BIG_ENDIAN): Remove.
+
 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
 
        * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
This page took 0.032042 seconds and 4 git commands to generate.