Add support for the h8300-linux target.
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.h
index f79d7503a268da92949f9cd95e5bb6370f4a448d..dd1d57f024761ae69d6c1334ba61a03d2deaf014 100644 (file)
 /* 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.027975 seconds and 4 git commands to generate.