From ac7d9f2dd129a5df2e8d244c7c08f236171ed074 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 6 Nov 1991 02:23:49 +0000 Subject: [PATCH] adjust STRIP_UNDERSCORE, polish te-files --- gas/config/te-dpx2.h | 3 --- gas/config/te-sco386.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h index 00ca020a7d5..52e17eb2070 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 8bcb688122a..8b38cd46f69 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 -- 2.30.2