1994-11-09 19:57:37 +00:00
|
|
|
#define TE_DELTA
|
1995-05-02 04:47:35 +00:00
|
|
|
|
1995-08-27 01:18:28 +00:00
|
|
|
#include "obj-format.h"
|
|
|
|
|
1995-11-03 03:58:09 +00:00
|
|
|
#define COFF_NOLOAD_PROBLEM 1
|
1997-03-20 17:50:41 +00:00
|
|
|
#define COFF_COMMON_ADDEND 1
|
1995-11-03 03:58:09 +00:00
|
|
|
|
|
|
|
/* Added these, because if we don't know what we're targetting we may
|
|
|
|
need an assembler version of libgcc, and that will use local
|
|
|
|
labels. */
|
|
|
|
#define LOCAL_LABELS_DOLLAR 1
|
|
|
|
#define LOCAL_LABELS_FB 1
|
|
|
|
|
1995-05-02 04:47:35 +00:00
|
|
|
/* end of te-delta.h */
|