gas/testsuite/
[deliverable/binutils-gdb.git] / gas / config / te-psos.h
CommitLineData
5e6cbf41
PB
1/* This file is te-psos.h for embedded systems running pSOS.
2 Contributed by Martin Anantharaman (martin@mail.imech.uni-duisburg.de). */
252b5132
RH
3
4#define TE_PSOS
5
33b7f697 6/* Added these, because if we don't know what we're targeting we may
252b5132
RH
7 need an assembler version of libgcc, and that will use local
8 labels. */
252b5132
RH
9#define LOCAL_LABELS_DOLLAR 1
10#define LOCAL_LABELS_FB 1
11
12/* This makes GAS more versatile and blocks some ELF'isms in
5e6cbf41 13 tc-m68k.h. */
252b5132
RH
14#define REGISTER_PREFIX_OPTIONAL 1
15
16#include "obj-format.h"
17
18/* end of te-psos.h */
This page took 0.362466 seconds and 4 git commands to generate.