* gas/all/gas.exp: Remove a29k and m88k support.
[deliverable/binutils-gdb.git] / gas / config / te-delta.h
CommitLineData
252b5132
RH
1#define TE_DELTA
2
3#include "obj-format.h"
4
5#define COFF_NOLOAD_PROBLEM 1
6#define COFF_COMMON_ADDEND 1
7
33b7f697 8/* Added these, because if we don't know what we're targeting we may
252b5132
RH
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
13
14/* end of te-delta.h */
This page took 0.292795 seconds and 4 git commands to generate.