binutils-gdb/gas/config/te-generic.h

19 lines
558 B
C
Raw Normal View History

1991-04-04 20:19:53 +02:00
/*
* This file is te-generic.h and is intended to be a template for
* target environment specific header files.
*
* It is my intent that this file will evolve into a file suitable for config,
* compile, and copying as an aid for testing and porting. xoxorich.
1991-04-04 20:19:53 +02:00
*/
1995-05-02 06:47:35 +02:00
/* Added these, because if we don't know what we're targetting we may
need an assembler version of libgcc, and that will use local
labels. */
#define LOCAL_LABELS_DOLLAR 1
#define LOCAL_LABELS_FB 1
1991-04-04 20:19:53 +02:00
/* these define interfaces */
1991-04-04 20:19:53 +02:00
#include "obj-format.h"
/* end of te-generic.h */