diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-04-29 10:06:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-04-29 10:06:38 +0000 |
commit | 84e7323137f5c27bbed25121c0003dcb2e4704e3 (patch) | |
tree | fe908da135f83fecb24abe61d35cf7c6badfd77a | |
parent | 5344f6701bf6d1f55d6c3e7c871f29de0a5be789 (diff) |
Backout last commit. This has not been shown to the appropriate people and
almost certainly breaks non-powerpc targets.
-rw-r--r-- | gnu/gcc/gcc/config/openbsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |