X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-tilegx.h;h=b40ca7f95c362a97558750396ebf648f7608f866;hb=73b090a922a5f43931f0ec10b1b1b9507c819ebf;hp=aad63138fe85ad96ea5705efdc7c4d37adc3d0a9;hpb=aa137e4d51ba6638b2714f8b3856d8abfd0bf143;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-tilegx.h b/gas/config/tc-tilegx.h index aad63138fe..b40ca7f95c 100644 --- a/gas/config/tc-tilegx.h +++ b/gas/config/tc-tilegx.h @@ -1,5 +1,5 @@ /* tc-tilegx.h - Macros and type defines for a TILE-Gx chip. - Copyright 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -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) @@ -53,7 +53,7 @@ struct tilegx_operand; extern void tilegx_cons_fix_new (struct frag *, int, int, struct expressionS *); -#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ +#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP) extern int tilegx_parse_name (char *, expressionS *, char *);