]> Git Repo - binutils.git/blob - gas/config/te-psos.h
19990502 sourceware import
[binutils.git] / gas / config / te-psos.h
1 /*
2  * This file is te-psos.h for embedded systems running pSOS.
3  * Contributed by Martin Anantharaman ([email protected])
4  */
5
6 #define TE_PSOS
7
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
12 #define LOCAL_LABELS_DOLLAR 1
13 #define LOCAL_LABELS_FB 1
14
15 /* This makes GAS more versatile and blocks some ELF'isms in
16    tc-m68k.h. */
17
18 #define REGISTER_PREFIX_OPTIONAL 1
19
20 #include "obj-format.h"
21
22 /* end of te-psos.h */
This page took 0.024569 seconds and 4 git commands to generate.