From afe64c1a68ec5ba0921fd218d25257ae969b1cd2 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 29 Jan 2002 03:51:19 +0000 Subject: * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro. (target_byte_order): Initialize to BFD_ENDIAN_BIG. (initialize_current_architecture): Update target_byte_order using information from BFD. * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT): * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT): * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete. Update doco. --- gdb/doc/gdbint.texinfo | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/doc/gdbint.texinfo') diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index a79ce97..85536c3 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3471,12 +3471,6 @@ where @var{valbuf} is the address of the value to be stored. The default value of the ``symbol-reloading'' variable. (Never defined in current sources.) -@item TARGET_BYTE_ORDER_DEFAULT -@findex TARGET_BYTE_ORDER_DEFAULT -The ordering of bytes in the target. This must be either -@code{BFD_ENDIAN_BIG} or @code{BFD_ENDIAN_LITTLE}. This macro replaces -@code{TARGET_BYTE_ORDER} which is deprecated. - @item TARGET_CHAR_BIT @findex TARGET_CHAR_BIT Number of bits in a char; defaults to 8. -- cgit v1.1