From 692f56114c8f0e4e859583ac7a6b5e1c7540003a Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Thu, 1 Aug 2002 01:37:45 +0000 Subject: [PATCH] * pa-linux.h (GLOBAL_ASM_OP): Fix typo. From-SVN: r55919 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa-linux.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1566cd37a25..0966e4d9405 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-31 John David Anglin + + * pa-linux.h (GLOBAL_ASM_OP): Fix typo. + 2002-07-31 Graham Stott * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index d42dc01336a..09b180e6a10 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -171,7 +171,7 @@ Boston, MA 02111-1307, USA. */ /* Use the default. */ #undef ASM_GLOBALIZE_LABEL /* Globalizing directive for a label. */ -#definef GLOBAL_ASM_OP ".globl " +#define GLOBAL_ASM_OP ".globl " /* FIXME: Hacked from the one so that we avoid multiple labels in a function declaration (since pa.c seems determined to do -- 2.30.2