(NO_UNDERSCORES): Deleted.
authorRichard Stallman <rms@gnu.org>
Thu, 1 Oct 1992 04:54:36 +0000 (04:54 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 1 Oct 1992 04:54:36 +0000 (04:54 +0000)
From-SVN: r2290

gcc/config/m68k/tower.h
gcc/config/sparc/pbd.h
gcc/config/sparc/sol2.h

index e9021876157eda4c17e45355c6bf134d1d79be8f..8fff2d3d18ac79eaa769c00c2488a7d5d44bc944 100644 (file)
@@ -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
index 62d0e31a4c8096647e6ae5c3900c2ee4ed35380c..1c2d041efe38fec11d9f8e88172dd220d49a4802 100644 (file)
@@ -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.  */
 
index 20fac89f2a7042d7860694c58cd4e651e293dce7..1e1814d394e3483d89450d5c3f5f7cdb5477bfc7 100644 (file)
@@ -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"