forked from Imagelibrary/binutils-gdb
s/BIG_ENDIAN/BFD_ENDIAN_BIG/
This commit is contained in:
@@ -1592,7 +1592,7 @@ process_coff_symbol (register struct coff_symbol *cs,
|
||||
SYMBOL_CLASS (sym) = LOC_ARG;
|
||||
add_symbol_to_list (sym, &local_symbols);
|
||||
#if !defined (BELIEVE_PCC_PROMOTION)
|
||||
if (TARGET_BYTE_ORDER == BIG_ENDIAN)
|
||||
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
||||
{
|
||||
/* If PCC says a parameter is a short or a char,
|
||||
aligned on an int boundary, realign it to the
|
||||
|
||||
Reference in New Issue
Block a user