public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* libgo patch committed: Correct test for morestack.S
@ 2013-02-01  5:49 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2013-02-01  5:49 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

I am an idiot.  (Hope it is right this time.)

Ian


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-diff, Size: 406 bytes --]

diff -r 686169e30cff libgo/runtime/go-callers.c
--- a/libgo/runtime/go-callers.c	Thu Jan 31 16:22:11 2013 -0800
+++ b/libgo/runtime/go-callers.c	Thu Jan 31 21:42:52 2013 -0800
@@ -49,7 +49,7 @@
       p = strrchr (filename, '/');
       if (p == NULL)
 	p = filename;
-      if (__builtin_strncmp (p, "morestack.S", 11) == 0)
+      if (__builtin_strncmp (p, "/morestack.S", 12) == 0)
 	return 0;
     }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-01  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-01  5:49 libgo patch committed: Correct test for morestack.S Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).