Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / value.h
index 96c9c216e93ca0c42c353fb402a33986de440bb7..08162474211d2e72e356eb1d14a224ca196776af 100644 (file)
@@ -146,8 +146,8 @@ extern LONGEST value_bitsize (const struct value *);
 extern void set_value_bitsize (struct value *, LONGEST bit);
 
 /* Only used for bitfields; position of start of field.  For
-   gdbarch_bits_big_endian=0 targets, it is the position of the LSB.  For
-   gdbarch_bits_big_endian=1 targets, it is the position of the MSB.  */
+   little-endian targets, it is the position of the LSB.  For
+   big-endian targets, it is the position of the MSB.  */
 
 extern LONGEST value_bitpos (const struct value *);
 extern void set_value_bitpos (struct value *, LONGEST bit);
This page took 0.024524 seconds and 4 git commands to generate.