* pa-linux.h (GLOBAL_ASM_OP): Fix typo.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 1 Aug 2002 01:37:45 +0000 (01:37 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 1 Aug 2002 01:37:45 +0000 (01:37 +0000)
From-SVN: r55919

gcc/ChangeLog
gcc/config/pa/pa-linux.h

index 1566cd37a25ff1cded479251f0849283162ba0af..0966e4d9405c63fe7a0a0a40dadeb56790709e4a 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa-linux.h (GLOBAL_ASM_OP): Fix typo.
+
 2002-07-31  Graham Stott  <grahams@btinternet.com>
 
        * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing 
index d42dc01336a30c2157953101691de0f8327016c7..09b180e6a10770f736e000502108362086032922 100644 (file)
@@ -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 <elfos.h> one so that we avoid multiple
    labels in a function declaration (since pa.c seems determined to do