Correct opcode generated for RX indirect MOVs without an offset.
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.h
index f79d7503a268da92949f9cd95e5bb6370f4a448d..9daddadbbd6c415cd013563858781e273f42ce34 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is tc-h8300.h
-   Copyright (C) 1987-2015 Free Software Foundation, Inc.
+   Copyright (C) 1987-2016 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
 /* Fixup debug sections since we will never relax them.  */
 #define TC_LINKRELAX_FIXUP(seg) (seg->flags & SEC_ALLOC)
 #ifdef OBJ_ELF
+#ifndef TE_LINUX
 #define TARGET_FORMAT "elf32-h8300"
+#else
+#define TARGET_FORMAT "elf32-h8300-linux"
+#endif
 #define LOCAL_LABEL_PREFIX '.'
 #define LOCAL_LABEL(NAME) (NAME[0] == '.' && NAME[1] == 'L')
 #define FAKE_LABEL_NAME ".L0\001"
This page took 0.027066 seconds and 4 git commands to generate.