133965Sjdp/*
233965Sjdp * This file is te-generic.h and is intended to be a template for
333965Sjdp * target environment specific header files.
433965Sjdp *
533965Sjdp * It is my intent that this file will evolve into a file suitable for config,
633965Sjdp * compile, and copying as an aid for testing and porting.  xoxorich.
733965Sjdp */
833965Sjdp
9130561Sobrien/* Added these, because if we don't know what we're targeting we may
1033965Sjdp   need an assembler version of libgcc, and that will use local
1133965Sjdp   labels.  */
1233965Sjdp#define LOCAL_LABELS_DOLLAR 1
1333965Sjdp#define LOCAL_LABELS_FB 1
1433965Sjdp
1533965Sjdp/* these define interfaces */
1633965Sjdp#ifdef OBJ_HEADER
1733965Sjdp#include OBJ_HEADER
1833965Sjdp#else
1933965Sjdp#include "obj-format.h"
2033965Sjdp#endif
2133965Sjdp
2233965Sjdp/* end of te-generic.h */
23