diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-a29k.h | 2 | ||||
-rw-r--r-- | gas/config/tc-h8500.h | 3 | ||||
-rw-r--r-- | gas/config/tc-m88k.h | 2 | ||||
-rw-r--r-- | gas/config/tc-tahoe.h | 2 |
4 files changed, 9 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 */ diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h index 5644a1b..db241f0 100644 --- a/gas/config/tc-h8500.h +++ b/gas/config/tc-h8500.h @@ -20,6 +20,9 @@ #define TC_H8500 + +#define TARGET_BYTES_BIG_ENDIAN 1 + /* This macro translates between an internal fix and an coff reloc type */ #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP) diff --git a/gas/config/tc-m88k.h b/gas/config/tc-m88k.h index 9508b49..ac8289e 100644 --- a/gas/config/tc-m88k.h +++ b/gas/config/tc-m88k.h @@ -22,6 +22,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307 #define TC_M88K +#define TARGET_BYTES_BIG_ENDIAN 1 + #ifdef M88KCOFF #define COFF_MAGIC MC88OMAGIC #define BFD_ARCH bfd_arch_m88k diff --git a/gas/config/tc-tahoe.h b/gas/config/tc-tahoe.h index 87cdf65..be8a5be 100644 --- a/gas/config/tc-tahoe.h +++ b/gas/config/tc-tahoe.h @@ -20,6 +20,8 @@ #define TC_TAHOE 1 +#define TARGET_BYTES_BIG_ENDIAN 1 + #define NO_LISTING #define tc_headers_hook(a) {;} /* don't need it. */ |