diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-01 01:37:45 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-01 01:37:45 +0000 |
commit | ef26a92d6cecc0d6452cf92949cc30c38fba8abd (patch) | |
tree | d6daad4e869849210ba332cb3d237285f37759da /gcc/config/pa/pa-linux.h | |
parent | 812bc3a98f4e05cfc51e3d8343d6df0f0b49e92c (diff) | |
download | gcc-ef26a92d6cecc0d6452cf92949cc30c38fba8abd.tar.gz |
* pa-linux.h (GLOBAL_ASM_OP): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55919 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r-- | gcc/config/pa/pa-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <elfos.h> one so that we avoid multiple labels in a function declaration (since pa.c seems determined to do |