* config/te-delta.h: Include obj-format.h.
authorIan Lance Taylor <ian@airs.com>
Sun, 27 Aug 1995 01:18:28 +0000 (01:18 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 27 Aug 1995 01:18:28 +0000 (01:18 +0000)
* config/te-sco386.h: Likewise.
* config/te-sysv32.h: Likewise.

gas/ChangeLog
gas/config/te-delta.h
gas/config/te-sco386.h
gas/config/te-sysv32.h

index 4096df1..b3928fe 100644 (file)
@@ -1,5 +1,9 @@
 Sat Aug 26 17:24:20 1995  Ian Lance Taylor  (ian@cygnus.com)
 
+       * config/te-delta.h: Include obj-format.h.
+       * config/te-sco386.h: Likewise.
+       * config/te-sysv32.h: Likewise.
+
        * app.c (scrub_file): Remove.
        (scrub_from_file, scrub_to_file): Remove.
        (scrub_string, scrub_last_string): Remove.
index bd5a9e2..4debb28 100644 (file)
@@ -3,4 +3,6 @@
 
 #define TE_DELTA
 
+#include "obj-format.h"
+
 /* end of te-delta.h */
index ab869f6..cbf60c2 100644 (file)
@@ -4,4 +4,7 @@
 #define LOCAL_LABEL(name) (name[0] == '.' \
                            && (name[1] == 'L' || name[1] == '.'))
 #define FAKE_LABEL_NAME ".L0\001"
+
+#include "obj-format.h"
+
 /* end of te-sco386.h */
index 99702fb..923e6e5 100644 (file)
@@ -1,4 +1,6 @@
 /* Remove leading underscore from the gcc generated symbol names */
 #define STRIP_UNDERSCORE
 
+#include "obj-format.h"
+
 /* end of te-sysv32.h */