aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-27 01:18:28 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-27 01:18:28 +0000
commitd634f0a8af89e4591f526e786d60e7c8fbf140b5 (patch)
treec8aec37cf92a2bdeee3e6e616a39f32aa554b3eb
parent26743df55b391d21572a6e35ee517bfaa421b512 (diff)
downloadfsf-binutils-gdb-d634f0a8af89e4591f526e786d60e7c8fbf140b5.zip
fsf-binutils-gdb-d634f0a8af89e4591f526e786d60e7c8fbf140b5.tar.gz
fsf-binutils-gdb-d634f0a8af89e4591f526e786d60e7c8fbf140b5.tar.bz2
* config/te-delta.h: Include obj-format.h.
* config/te-sco386.h: Likewise. * config/te-sysv32.h: Likewise.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/te-delta.h2
-rw-r--r--gas/config/te-sco386.h3
-rw-r--r--gas/config/te-sysv32.h2
4 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4096df1..b3928fe 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/config/te-delta.h b/gas/config/te-delta.h
index bd5a9e2..4debb28 100644
--- a/gas/config/te-delta.h
+++ b/gas/config/te-delta.h
@@ -3,4 +3,6 @@
#define TE_DELTA
+#include "obj-format.h"
+
/* end of te-delta.h */
diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h
index ab869f6..cbf60c2 100644
--- a/gas/config/te-sco386.h
+++ b/gas/config/te-sco386.h
@@ -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 */
diff --git a/gas/config/te-sysv32.h b/gas/config/te-sysv32.h
index 99702fb..923e6e5 100644
--- a/gas/config/te-sysv32.h
+++ b/gas/config/te-sysv32.h
@@ -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 */