diff options
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 |