Commit 692f5611 by John David Anglin Committed by John David Anglin

* pa-linux.h (GLOBAL_ASM_OP): Fix typo.

From-SVN: r55919
parent 480e7ded
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment