old-cross-binutils/gas/config/te-sco386.h
Ian Lance Taylor d634f0a8af * config/te-delta.h: Include obj-format.h.
* config/te-sco386.h: Likewise.
	* config/te-sysv32.h: Likewise.
1995-08-27 01:18:28 +00:00

10 lines
295 B
C

/* Machine specific defines for the SCO Unix V.3.2 ODT */
/* Local labels start with a period. */
#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 */