aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-10-23 20:18:20 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-10-23 20:18:20 +0000
commit2cd3f8bb9b355e77fc9dcdb9bd6741a3c47b2085 (patch)
treee297d4af3d2aa161f52bce7e86e7c69d301d943f
parenta6c8dee447d6a01279969b4a6a24f74424f30e2f (diff)
downloadgcc-2cd3f8bb9b355e77fc9dcdb9bd6741a3c47b2085.zip
gcc-2cd3f8bb9b355e77fc9dcdb9bd6741a3c47b2085.tar.gz
gcc-2cd3f8bb9b355e77fc9dcdb9bd6741a3c47b2085.tar.bz2
really fix last fix.
From-SVN: r2576
-rw-r--r--gcc/config/i386/osfrose.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h
index 6a99f26..07a01a8 100644
--- a/gcc/config/i386/osfrose.h
+++ b/gcc/config/i386/osfrose.h
@@ -43,8 +43,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
{ "no-half-pic", -MASK_HALF_PIC}, \
{ "debugb", MASK_HALF_PIC_DEBUG},
-/* Undefine this now, because bsd386.h tests it. */
-#undef NO_UNDERSCORES
+/* Put leading underscores in front of names. */
+#undef NO_UNDERSCORES
+#undef ASM_OUTPUT_LABELREF
+#define ASM_OUTPUT_LABELREF(FILE,NAME) fprintf (FILE, "_%s", NAME)
/* Prefix that appears before all global/static identifiers, except for
temporary labels. */