This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo in pa-linux.h


Applied to main.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

2002-07-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>

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

Index: config/pa/pa-linux.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/pa/pa-linux.h,v
retrieving revision 1.22
diff -u -3 -p -r1.22 pa-linux.h
--- config/pa/pa-linux.h	31 Jul 2002 02:13:32 -0000	1.22
+++ config/pa/pa-linux.h	1 Aug 2002 01:21:59 -0000
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]