From 778eb05eacb13ba46d6b60d9157fcc32db8433a2 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 15 Dec 2001 16:53:24 +0000 Subject: LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3a8fc74..9be0048 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-12-15 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Replace + LITTLE_ENDIAN with BFD_ENDIAN_LITTLE. + 2001-12-01 Andrew Cagney * gdbint.texinfo (Host Definition): Delete documentation on diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 491eaae..cf0d930 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3488,13 +3488,13 @@ current sources.) @item TARGET_BYTE_ORDER_DEFAULT @findex TARGET_BYTE_ORDER_DEFAULT The ordering of bytes in the target. This must be either -@code{BIG_ENDIAN} or @code{LITTLE_ENDIAN}. This macro replaces +@code{BIG_ENDIAN} or @code{BFD_ENDIAN_LITTLE}. This macro replaces @code{TARGET_BYTE_ORDER} which is deprecated. @item TARGET_BYTE_ORDER_SELECTABLE_P @findex TARGET_BYTE_ORDER_SELECTABLE_P Non-zero if the target has both @code{BIG_ENDIAN} and -@code{LITTLE_ENDIAN} variants. This macro replaces +@code{BFD_ENDIAN_LITTLE} variants. This macro replaces @code{TARGET_BYTE_ORDER_SELECTABLE} which is deprecated. @item TARGET_CHAR_BIT -- cgit v1.1