From: Richard Stallman Date: Thu, 1 Oct 1992 04:54:36 +0000 (+0000) Subject: (NO_UNDERSCORES): Deleted. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0132d1ca0f077c527bef759f51d9802d67e6ee7e;p=gcc.git (NO_UNDERSCORES): Deleted. From-SVN: r2290 --- diff --git a/gcc/config/m68k/tower.h b/gcc/config/m68k/tower.h index e9021876157..8fff2d3d18a 100644 --- a/gcc/config/m68k/tower.h +++ b/gcc/config/m68k/tower.h @@ -78,10 +78,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_MEM_FUNCTIONS #define IDENT_DIRECTIVE -/* This is only used in g++, don't prepend underscore. */ - -#define NO_UNDERSCORES - /* Every structure and union's size must be a multiple of two bytes. */ #define STRUCTURE_SIZE_BOUNDARY 16 diff --git a/gcc/config/sparc/pbd.h b/gcc/config/sparc/pbd.h index 62d0e31a4c8..1c2d041efe3 100644 --- a/gcc/config/sparc/pbd.h +++ b/gcc/config/sparc/pbd.h @@ -150,10 +150,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \ fprintf (FILE, "\t.word .L%d\n", VALUE) -/* Underscores are not used on Unicom PBD coff systems. */ -/* This currently seems to only be needed for libgcc2.a */ -#define NO_UNDERSCORES - /* Output assembler code to FILE to increment profiler label # LABELNO for profiling a function entry. */ diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 20fac89f2a7..1e1814d394e 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -19,8 +19,6 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_UNDERSCORES 1 - /* Supposedly the same as vanilla sparc svr4, except for the stuff below: */ #include "sparcv4.h"