aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-08-01 01:37:45 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-08-01 01:37:45 +0000
commit692f56114c8f0e4e859583ac7a6b5e1c7540003a (patch)
treed6daad4e869849210ba332cb3d237285f37759da
parent480e7ded17430d2fdac788a56c4b9437cd04f680 (diff)
downloadgcc-692f56114c8f0e4e859583ac7a6b5e1c7540003a.zip
gcc-692f56114c8f0e4e859583ac7a6b5e1c7540003a.tar.gz
gcc-692f56114c8f0e4e859583ac7a6b5e1c7540003a.tar.bz2
* pa-linux.h (GLOBAL_ASM_OP): Fix typo.
From-SVN: r55919
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/pa-linux.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1566cd3..0966e4d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h
index d42dc01..09b180e 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 <elfos.h> one so that we avoid multiple
labels in a function declaration (since pa.c seems determined to do