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/config/d30v | |
parent | 61994f77b766fca56d2e758f28a864a39453eaad (diff) | |
download | gdb-883f871c3fbad1c6d74c594c07e569661288ccac.tar.gz |
s/BIG_ENDIAN/BFD_ENDIAN_BIG/
Diffstat (limited to 'gdb/config/d30v')
-rw-r--r-- | gdb/config/d30v/tm-d30v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/d30v/tm-d30v.h b/gdb/config/d30v/tm-d30v.h index 41494dde853..317b80da4bf 100644 --- a/gdb/config/d30v/tm-d30v.h +++ b/gdb/config/d30v/tm-d30v.h @@ -25,7 +25,7 @@ /* Define the bit, byte, and word ordering of the machine. */ -#define TARGET_BYTE_ORDER BIG_ENDIAN +#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG /* Offset from address of function to start of its code. Zero on most machines. */ |