Initial revision
[binutils.git] / gas / config / te-delta.h
blobbe6c62c6c1be4c7ffbdf29b0f7b1c4dd9ed614a8
1 #define TE_DELTA
3 #include "obj-format.h"
5 #define COFF_NOLOAD_PROBLEM 1
6 #define COFF_COMMON_ADDEND 1
8 /* Added these, because if we don't know what we're targetting we may
9 need an assembler version of libgcc, and that will use local
10 labels. */
11 #define LOCAL_LABELS_DOLLAR 1
12 #define LOCAL_LABELS_FB 1
14 /* end of te-delta.h */