diff options
Diffstat (limited to 'gas/config/tc-tilegx.h')
-rw-r--r-- | gas/config/tc-tilegx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-tilegx.h b/gas/config/tc-tilegx.h index aad63138fe8..ec8a40d0013 100644 --- a/gas/config/tc-tilegx.h +++ b/gas/config/tc-tilegx.h @@ -24,7 +24,9 @@ #define TC_TILEGX +#ifndef TARGET_BYTES_BIG_ENDIAN #define TARGET_BYTES_BIG_ENDIAN 0 +#endif #define WORKING_DOT_WORD @@ -35,8 +37,6 @@ extern const char * tilegx_target_format (void); #define DWARF2_LINE_MIN_INSN_LENGTH 8 -#define md_number_to_chars number_to_chars_littleendian - #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs */ #define HANDLE_ALIGN(fragp) tilegx_handle_align (fragp) |