Date: Friday, March 29, 2013 @ 23:52:37
  Author: allan
Revision: 181029

kill old patch

Deleted:
  gcc/trunk/gcc-4.7.1-libgo-write.patch

-----------------------------+
 gcc-4.7.1-libgo-write.patch |   13 -------------
 1 file changed, 13 deletions(-)

Deleted: gcc-4.7.1-libgo-write.patch
===================================================================
--- gcc-4.7.1-libgo-write.patch 2013-03-29 20:17:59 UTC (rev 181028)
+++ gcc-4.7.1-libgo-write.patch 2013-03-29 22:52:37 UTC (rev 181029)
@@ -1,13 +0,0 @@
-diff -Naur gcc-4.7.1-orig/libgo/runtime/print.c gcc-4.7.1/libgo/runtime/print.c
---- gcc-4.7.1-orig/libgo/runtime/print.c       2012-05-26 04:22:14.000000000 
+1000
-+++ gcc-4.7.1/libgo/runtime/print.c    2012-06-16 15:06:28.553138502 +1000
-@@ -17,7 +17,8 @@
-       G* g = runtime_g();
- 
-       if(g == nil || g->writebuf == nil) {
--              runtime_write(2, v, n);
-+              ssize_t bytesWritten = runtime_write(2, v, n);
-+              (void)bytesWritten;
-               return;
-       }
-       

Reply via email to