* gdbarch.sh (function_list): Add new property bits_big_endian to
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 54aae9c10acba897e44a5a2a422f7e50ec9dcb10..d224140de38ee159a899d08053a7c9e2046a23c1 100644 (file)
@@ -403,8 +403,8 @@ struct main_type
     {
       /* Position of this field, counting in bits from start of
         containing structure.
-        For BITS_BIG_ENDIAN=1 targets, it is the bit offset to the MSB.
-        For BITS_BIG_ENDIAN=0 targets, it is the bit offset to the LSB.
+        For gdbarch_bits_big_endian=1 targets, it is the bit offset to the MSB.
+        For gdbarch_bits_big_endian=0 targets, it is the bit offset to the LSB.
         For a range bound or enum value, this is the value itself. */
 
       int bitpos;
This page took 0.028553 seconds and 4 git commands to generate.