* doc/Makefile.am (config.texi): Set top_srcdir.
[binutils-gdb.git] / gas / config / te-generic.h
index 999a4d28780ccaae2b650bab13c036a0d69d8c07..400a5765b3ea5e96cbabb8b1ce92729f6db35a97 100644 (file)
@@ -6,20 +6,17 @@
  * compile, and copying as an aid for testing and porting.  xoxorich.
  */
 
-#define TE_GENERIC 1
+/* Added these, because if we don't know what we're targeting we may
+   need an assembler version of libgcc, and that will use local
+   labels.  */
+#define LOCAL_LABELS_DOLLAR 1
+#define LOCAL_LABELS_FB 1
 
 /* these define interfaces */
+#ifdef OBJ_HEADER
+#include OBJ_HEADER
+#else
 #include "obj-format.h"
-
-/* define this if you want gas to ignore the first underscore character of
-   each symbol */
-/* #define STRIP_UNDERSCORE */
-
-/*
- * Local Variables:
- * comment-column: 0
- * fill-column: 131
- * End:
- */
+#endif
 
 /* end of te-generic.h */