1991-04-05 02:19:53 +08:00
|
|
|
/*
|
|
|
|
* This file is te-generic.h and is intended to be a template for
|
|
|
|
* target environment specific header files.
|
1992-02-13 16:33:54 +08:00
|
|
|
*
|
|
|
|
* 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-05 02:19:53 +08:00
|
|
|
*/
|
|
|
|
|
1995-05-02 12:47:35 +08: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. */
|
1995-05-04 09:56:40 +08:00
|
|
|
#define LOCAL_LABELS_DOLLAR 1
|
|
|
|
#define LOCAL_LABELS_FB 1
|
1991-04-05 02:19:53 +08:00
|
|
|
|
1992-02-13 16:33:54 +08:00
|
|
|
/* these define interfaces */
|
1991-04-05 02:19:53 +08:00
|
|
|
#include "obj-format.h"
|
|
|
|
|
|
|
|
/* end of te-generic.h */
|