* 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 4096df1a972d77b65f30d3d2787ed3ce2e43cbeb..b3928fefd69be5396a200f0b0c8c6fdcbff92e55 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 bd5a9e2dc1901bc4a7c0c7f5809603735ef83587..4debb28f0efa6aadd8e1bafc5fa5be900101776d 100644 (file)
@@ -3,4 +3,6 @@
 
 #define TE_DELTA
 
+#include "obj-format.h"
+
 /* end of te-delta.h */
index ab869f60e0a5e6dbd86fe427ac9cda46b2f1f572..cbf60c2c6b73203613cd79b71fa4ca09b98c92d3 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 99702fb57c60387ed053546f3c9624fcf286299a..923e6e5799f20a99be40fc26d61ec3ba60d99dd4 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 */