adjust STRIP_UNDERSCORE, polish te-files
authorK. Richard Pixley <rich@cygnus>
Wed, 6 Nov 1991 02:23:49 +0000 (02:23 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 6 Nov 1991 02:23:49 +0000 (02:23 +0000)
gas/config/te-dpx2.h
gas/config/te-sco386.h

index 00ca020a7d5c80c10630672cc2f445845de861e9..52e17eb20700be80e689536da7d77d664f35882b 100644 (file)
@@ -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
 
index 8bcb688122ab49330406a2399c444d448fca706e..8b38cd46f69faf3f8185ab6fb004a06a0b971bed 100644 (file)
@@ -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