Commit | Line | Data |
---|---|---|
252b5132 RH |
1 | /* |
2 | * This file is te-psos.h for embedded systems running pSOS. | |
3 | * Contributed by Martin Anantharaman (martin@mail.imech.uni-duisburg.de) | |
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 */ |