* config/te-delta.h: Include obj-format.h.
* config/te-sco386.h: Likewise. * config/te-sysv32.h: Likewise.
This commit is contained in:
parent
26743df55b
commit
d634f0a8af
@ -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.
|
||||
|
@ -3,4 +3,6 @@
|
||||
|
||||
#define TE_DELTA
|
||||
|
||||
#include "obj-format.h"
|
||||
|
||||
/* end of te-delta.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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user