From d634f0a8af89e4591f526e786d60e7c8fbf140b5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 27 Aug 1995 01:18:28 +0000 Subject: [PATCH] * config/te-delta.h: Include obj-format.h. * config/te-sco386.h: Likewise. * config/te-sysv32.h: Likewise. --- gas/ChangeLog | 4 ++++ gas/config/te-delta.h | 2 ++ gas/config/te-sco386.h | 3 +++ gas/config/te-sysv32.h | 2 ++ 4 files changed, 11 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 4096df1a972..b3928fefd69 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 bd5a9e2dc19..4debb28f0ef 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 ab869f60e0a..cbf60c2c6b7 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 99702fb57c6..923e6e5799f 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 */ -- 2.30.2