diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-06 02:23:49 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-06 02:23:49 +0000 |
commit | ac7d9f2dd129a5df2e8d244c7c08f236171ed074 (patch) | |
tree | fae70852d4a8ce591318738bc937af1d63345300 /gas | |
parent | 2e81fce47ee1268ab5c2ea4b653707c0cdc7f25e (diff) | |
download | gdb-ac7d9f2dd129a5df2e8d244c7c08f236171ed074.zip gdb-ac7d9f2dd129a5df2e8d244c7c08f236171ed074.tar.gz gdb-ac7d9f2dd129a5df2e8d244c7c08f236171ed074.tar.bz2 |
adjust STRIP_UNDERSCORE, polish te-files
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/te-dpx2.h | 3 | ||||
-rw-r--r-- | gas/config/te-sco386.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h index 00ca020..52e17eb 100644 --- a/gas/config/te-dpx2.h +++ b/gas/config/te-dpx2.h @@ -2,9 +2,6 @@ #define dpx2 #define TC_M68K -/* Preserve leading underscore in symbol names. */ -#define STRIP_UNDERSCORE 0 - /* The magic number is not the usual MC68MAGIC. */ #define FILE_HEADER_MAGIC MC68KBCSMAGIC diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h index 8bcb688..8b38cd4 100644 --- a/gas/config/te-sco386.h +++ b/gas/config/te-sco386.h @@ -3,6 +3,3 @@ /* Return true if s (a non null string pointer), points to a local variable name. */ #define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L') - -/* Compiler does not generate symbol names with a leading underscore. */ -#define STRIP_UNDERSCORE 0 |