Automatic date update in version.in
[deliverable/binutils-gdb.git] / gas / config / tc-tilegx.h
index aad63138fe85ad96ea5705efdc7c4d37adc3d0a9..b40ca7f95c362a97558750396ebf648f7608f866 100644 (file)
@@ -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 *);
This page took 0.023856 seconds and 4 git commands to generate.