From: John David Anglin Date: Thu, 1 Aug 2002 01:37:45 +0000 (+0000) Subject: * pa-linux.h (GLOBAL_ASM_OP): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=692f56114c8f0e4e859583ac7a6b5e1c7540003a;p=gcc.git * pa-linux.h (GLOBAL_ASM_OP): Fix typo. From-SVN: r55919 --- 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