diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-10 04:44:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-10 04:44:59 +0000 |
commit | a920b69312e45b31e5b005985c617f539459bf24 (patch) | |
tree | a9661bff9dbc0c1dd08f6ee4148b86e9d267d4af /gas/config/tc-a29k.h | |
parent | 6700d36e840fad4694c68b12915efdb8ac2ff3ec (diff) | |
download | gdb-a920b69312e45b31e5b005985c617f539459bf24.zip gdb-a920b69312e45b31e5b005985c617f539459bf24.tar.gz gdb-a920b69312e45b31e5b005985c617f539459bf24.tar.bz2 |
* read.c (s_set): Remove unused local ptr.
(hex_float): Check target_big_endian.
(equals): Remove unused local p.
* config/tc-a29k.h (TARGET_BYTES_BIG_ENDIAN): Define.
* config/tc-h8500.h (TARGET_BYTES_BIG_ENDIAN): Define.
* config/tc-hppa.h (TARGET_BYTES_BIG_ENDIAN): Define.
* config/tc-i860.h (TARGET_BYTES_BIG_ENDIAN): Define.
* config/tc-m68k.h (TARGET_BYTES_BIG_ENDIAN): Define.
* config/tc-m88k.h (TARGET_BYTES_BIG_ENDIAN): Define.
* config/tc-tahoe.h (TARGET_BYTES_BIG_ENDIAN): Define.
* config/tc-sh.c (little): Set target_big_endian.
(md_begin): Likewise.
(md_parse_option): Likewise.
(build_relax): Check target_big_endian rather than shl.
(build_Mytes, md_atof): Likewise.
(md_convert_frag, md_apply_fix): Likewise.
(md_number_to_chars): Likewise.
Diffstat (limited to 'gas/config/tc-a29k.h')
-rw-r--r-- | gas/config/tc-a29k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h index 7701a61..5f4f2b2 100644 --- a/gas/config/tc-a29k.h +++ b/gas/config/tc-a29k.h @@ -19,6 +19,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307 #define TC_A29K +#define TARGET_BYTES_BIG_ENDIAN 1 + #define tc_headers_hook(a) ; /* not used */ #define tc_headers_hook(a) ; /* not used */ #define tc_crawl_symbol_chain(a) ; /* not used */ |