* config/te-delta.h: Include obj-format.h.

* config/te-sco386.h: Likewise.
	* config/te-sysv32.h: Likewise.
This commit is contained in:
Ian Lance Taylor 1995-08-27 01:18:28 +00:00
parent 26743df55b
commit d634f0a8af
4 changed files with 11 additions and 0 deletions

View 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.

View file

@ -3,4 +3,6 @@
#define TE_DELTA
#include "obj-format.h"
/* end of te-delta.h */

View 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 */

View 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 */