diff -urpN src/gdb/doc/gdbint.texinfo dev/gdb/doc/gdbint.texinfo --- src/gdb/doc/gdbint.texinfo 2008-01-05 17:49:53.000000000 +0100 +++ dev/gdb/doc/gdbint.texinfo 2008-01-16 06:20:24.000000000 +0100 @@ -3344,9 +3344,9 @@ Used to notify if the compiler promotes parameter to an @code{int}, but still reports the parameter as its original type, rather than the promoted type. -@item BITS_BIG_ENDIAN -@findex BITS_BIG_ENDIAN -Define this if the numbering of bits in the targets does @strong{not} match the +@item gdbarch_bits_big_endian (@var{gdbarch}) +@findex gdbarch_bits_big_endian +Set this if the numbering of bits in the targets does @strong{not} match the endianness of the target byte order. A value of 1 means that the bits are numbered in a big-endian bit order, 0 means little-endian.