From ec0a33c8abc252b8490e0f2bb68f0a2ef770fb40 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 29 Oct 1992 19:34:42 +0000 Subject: [PATCH] Use YES_UNDERSCORES From-SVN: r2650 --- gcc/config/i386/osfrose.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 07a01a83688..1c60d575e5e 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -18,8 +18,11 @@ 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. */ +/* Put leading underscores in front of names. */ +#define YES_UNDERSCORES + #include "halfpic.h" -#include "i386gas.h" +#include "i386gstabs.h" #define OSF_OS @@ -43,11 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ { "no-half-pic", -MASK_HALF_PIC}, \ { "debugb", MASK_HALF_PIC_DEBUG}, -/* 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. */ -- 2.30.2