* hppa.h (pa_opcodes): Replace 'f' by 'v'. Prefix float register args
[deliverable/binutils-gdb.git] / gas / config / te-interix.h
CommitLineData
9750fcc5
ILT
1#define TE_PE_DYN /* PE with dynamic linking (UNIX shared lib) support */
2#define TE_PE
3#define LEX_AT 1 /* can have @'s inside labels */
4#define LEX_QM 3 /* can have ?'s in or begin labels */
5
6/* The PE format supports long section names. */
7#define COFF_LONG_SECTION_NAMES
8
9/* Both architectures use these */
10#ifndef LOCAL_LABELS_FB
11#define LOCAL_LABELS_FB 1
12#endif
13
14#include "obj-format.h"
This page took 0.024042 seconds and 4 git commands to generate.