This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

PATCH: fix stupid typo in testsuite/sh1.c


Blah.  I swear I tested this; I don't know where the semicolon came from :)


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


? visib-semicolon.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ChangeLog,v
retrieving revision 1.123
diff -u -p -r1.123 ChangeLog
--- ChangeLog	2002/02/18 04:49:15	1.123
+++ ChangeLog	2002/02/18 22:42:36
@@ -1,3 +1,7 @@
+2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
+
+	* ld-elfvsb/sh1.c: Fix typo in last change.
+
 2002-02-17  Daniel Jacobowitz  <drow@mvista.com>
 
 	* ld-elfvsb/sh1.c: Use #pragma weak.
Index: ld-elfvsb/sh1.c
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elfvsb/sh1.c,v
retrieving revision 1.4
diff -u -p -r1.4 sh1.c
--- sh1.c	2002/02/18 04:49:17	1.4
+++ sh1.c	2002/02/18 22:42:36
@@ -247,7 +247,7 @@ visibility_funptr ()
 
 #if defined (HIDDEN_UNDEF_TEST) || defined (PROTECTED_UNDEF_TEST)
 #ifdef WEAK_TEST
-#pragma weak visibility_var;
+#pragma weak visibility_var
 #endif
 extern int visibility_var;
 #else


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