OSDN Git Service

* pa-linux.h (GLOBAL_ASM_OP): Fix typo.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 01:37:45 +0000 (01:37 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 01:37:45 +0000 (01:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55919 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1566cd3..0966e4d 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 d42dc01..09b180e 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