* v850-opc.c: Close unterminated comment.
[deliverable/binutils-gdb.git] / gas / config / te-generic.h
CommitLineData
fecd2382
RP
1/*
2 * This file is te-generic.h and is intended to be a template for
3 * target environment specific header files.
a39116f1
RP
4 *
5 * It is my intent that this file will evolve into a file suitable for config,
6 * compile, and copying as an aid for testing and porting. xoxorich.
fecd2382
RP
7 */
8
91a165d1
KR
9/* Added these, because if we don't know what we're targetting we may
10 need an assembler version of libgcc, and that will use local
11 labels. */
9777b772
KR
12#define LOCAL_LABELS_DOLLAR 1
13#define LOCAL_LABELS_FB 1
fecd2382 14
a39116f1 15/* these define interfaces */
fecd2382
RP
16#include "obj-format.h"
17
fecd2382 18/* end of te-generic.h */
This page took 0.350644 seconds and 4 git commands to generate.