diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2010-04-29 15:43:26 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2010-04-29 15:43:26 +0000 |
commit | 203f10a016e167f4a00ec1a883f796e78bc33ecd (patch) | |
tree | 8bc998c5b2dd504108f32359383ca27f5ba29603 | |
parent | 398eaca004223f0f2bf8d34801cc18081da10576 (diff) |
#undef GLOBAL_ASM_OP
suggestion kettenis ok drahn
-rw-r--r-- | gnu/gcc/gcc/config/rs6000/sysv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/gcc/gcc/config/rs6000/sysv4.h b/gnu/gcc/gcc/config/rs6000/sysv4.h index 457497b5a0a..8ad563698f0 100644 --- a/gnu/gcc/gcc/config/rs6000/sysv4.h +++ b/gnu/gcc/gcc/config/rs6000/sysv4.h @@ -423,6 +423,7 @@ extern int rs6000_pic_labelno; asm_fprintf (FILE, "%L%s", PREFIX) /* Globalizing directive for a label. */ +#undef GLOBAL_ASM_OP #define GLOBAL_ASM_OP "\t.globl " /* This says how to output assembler code to declare an |