* doc/Makefile.am (config.texi): Set top_srcdir.
[binutils-gdb.git] / gas / config / te-generic.h
index 880ac50e472e9a1426a62b7bdacc718100d01e5f..400a5765b3ea5e96cbabb8b1ce92729f6db35a97 100644 (file)
@@ -6,13 +6,17 @@
  * compile, and copying as an aid for testing and porting.  xoxorich.
  */
 
-/* Added these, because if we don't know what we're targetting we may
+/* 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"
+#endif
 
 /* end of te-generic.h */