From 84e7323137f5c27bbed25121c0003dcb2e4704e3 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 29 Apr 2010 10:06:38 +0000 Subject: Backout last commit. This has not been shown to the appropriate people and almost certainly breaks non-powerpc targets. --- gnu/gcc/gcc/config/openbsd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/gcc/gcc/config/openbsd.h b/gnu/gcc/gcc/config/openbsd.h index 1f0d8df922b..c46e7fb5ea5 100644 --- a/gnu/gcc/gcc/config/openbsd.h +++ b/gnu/gcc/gcc/config/openbsd.h @@ -209,6 +209,7 @@ along with GCC; see the file COPYING. If not see #define TYPE_ASM_OP "\t.type\t" #define SIZE_ASM_OP "\t.size\t" #define SET_ASM_OP "\t.set\t" +#define GLOBAL_ASM_OP "\t.globl\t" /* The following macro defines the format used to output the second operand of the .type assembler directive. */ -- cgit v1.2.3