SOURCES: bb-regparm.patch (NEW) - bb-regparm.patch: gcc needs regp...

qrczak qrczak at pld-linux.org
Tue Feb 13 12:03:52 CET 2007


Author: qrczak                       Date: Tue Feb 13 11:03:52 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- bb-regparm.patch: gcc needs regparm on function definition too.
- Release 7

---- Files affected:
SOURCES:
   bb-regparm.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bb-regparm.patch
diff -u /dev/null SOURCES/bb-regparm.patch:1.1
--- /dev/null	Tue Feb 13 12:03:52 2007
+++ SOURCES/bb-regparm.patch	Tue Feb 13 12:03:47 2007
@@ -0,0 +1,20 @@
+--- bb-1.3.0/timers.c~	2001-04-26 17:10:33.000000000 +0200
++++ bb-1.3.0/timers.c	2007-02-13 11:59:03.000000000 +0100
+@@ -306,7 +306,7 @@
+ #endif
+ #endif
+ }
+-int
++REGISTERS (3) int
+ tl_lookup_timer (tl_timer * t)
+ {
+   if (t->stopped)
+@@ -382,7 +382,7 @@
+ #endif
+ }
+ 
+-void
++REGISTERS (3) void
+ tl_reset_timer (tl_timer * t)
+ {
+   tl_update_time();
================================================================


More information about the pld-cvs-commit mailing list