diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-05 04:30:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-05 04:30:46 +0000 |
commit | 883f871c3fbad1c6d74c594c07e569661288ccac (patch) | |
tree | d1b5cf7772ceedbe0307e1ed34dcdb8763869295 /gdb/stabsread.c | |
parent | 61994f77b766fca56d2e758f28a864a39453eaad (diff) | |
download | gdb-883f871c3fbad1c6d74c594c07e569661288ccac.tar.gz |
s/BIG_ENDIAN/BFD_ENDIAN_BIG/
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 0b5ceacd668..25937b1f455 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -1701,7 +1701,7 @@ define_symbol (CORE_ADDR valu, char *string, int desc, int type, SYMBOL_NAMESPACE (sym) = VAR_NAMESPACE; add_symbol_to_list (sym, &local_symbols); - if (TARGET_BYTE_ORDER != BIG_ENDIAN) + if (TARGET_BYTE_ORDER != BFD_ENDIAN_BIG) { /* On little-endian machines, this crud is never necessary, and, if the extra bytes contain garbage, is harmful. */ |