]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 6 Mar 1992 04:30:01 +0000 (04:30 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 6 Mar 1992 04:30:01 +0000 (04:30 +0000)
From-SVN: r400

gcc/config/i386/sun386.h

index 1240081c2d39779e252949d4c30ce5992cb6570c..56c78ee8340d81ac00c83f139848e7f28a508218 100644 (file)
@@ -97,7 +97,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Output before writable data.  */
 
-#undef DATA_SECTION_ASSM_OP
+#undef DATA_SECTION_ASM_OP
 #define DATA_SECTION_ASM_OP "\t.data"
 
 /* Define the syntax of labels and symbol definitions/declarations.  */
@@ -124,7 +124,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    This is suitable for output with `assemble_name'.  */
 
 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
-  sprintf ((BUF), ".%s%d", (PREFIX), (NUMBER))
+  sprintf ((BUF), "*.%s%d", (PREFIX), (NUMBER))
 
 /* This is how to output a reference to a user-level label named NAME.  */