* config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): New.
[deliverable/binutils-gdb.git] / gas / config / te-go32.h
index e30eecc4ec2c9e6c094345ea2d85f8639021c5b4..c346021153c7d632ef775ac0ffc868697dfc1d69 100644 (file)
@@ -1,11 +1,16 @@
-/*
- * This file is te-go32.h
- */
+/* This file is te-go32.h */
 
-#define LOCAL_LABELS_DOLLAR
-#define LOCAL_LABELS_FB
+#define TE_GO32
+
+#define LOCAL_LABELS_DOLLAR 1
+#define LOCAL_LABELS_FB 1
 
 #define TARGET_FORMAT "coff-go32"
 
+/* GAS should treat '.align value' as an alignment of 2**value.  */
+#define USE_ALIGN_PTWO
+
+#define COFF_LONG_SECTION_NAMES
+
 /* these define interfaces */
 #include "obj-format.h"
This page took 0.022912 seconds and 4 git commands to generate.