(LPREFIX): Don't include a `.' in the label name.
authorRichard Stallman <rms@gnu.org>
Tue, 11 May 1993 04:56:36 +0000 (04:56 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 11 May 1993 04:56:36 +0000 (04:56 +0000)
From-SVN: r4423

gcc/config/i386/next.h

index 8cbfb8b4e53377723ec1457488f6564ad9c94df2..a0c30160fa89e2c7514ec28785a5d8d9791e05a9 100644 (file)
@@ -119,6 +119,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* We do not want a dot in internal labels.  */
 
+#undef LPREFIX
+#define LPREFIX "L"
+
 #undef ASM_GENERATE_INTERNAL_LABEL
 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
     sprintf ((BUF), "*%s%d", (PREFIX), (NUMBER))