delete some unused TE_* macros

This commit is contained in:
Ken Raeburn
1995-05-02 04:47:35 +00:00
parent 12aab635e0
commit 91a165d12e
7 changed files with 43 additions and 33 deletions

View File

@@ -6,20 +6,13 @@
* compile, and copying as an aid for testing and porting. xoxorich.
*/
#define TE_GENERIC 1
/* 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
#define LOCAL_LABELS_FB
/* these define interfaces */
#include "obj-format.h"
/* define this if you want gas to ignore the first underscore character of
each symbol */
/* #define STRIP_UNDERSCORE */
/*
* Local Variables:
* comment-column: 0
* fill-column: 131
* End:
*/
/* end of te-generic.h */