From 9941f71a5726a0a657ce9c9409a9c72bb08099c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Thu, 13 Jul 2017 12:39:15 +0200 Subject: [PATCH] Mention upstream issue in s390x-ignore... patch --- s390x-ignore-L0syms.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s390x-ignore-L0syms.patch b/s390x-ignore-L0syms.patch index b832d79..a6c65e0 100644 --- a/s390x-ignore-L0syms.patch +++ b/s390x-ignore-L0syms.patch @@ -9,7 +9,7 @@ index d4f9fc4..87dabaa 100644 + if sect.name == ".debug_str" && sym.name == "L0" && sym.type_ == 0 { + // introduced by https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=49fced1206db40c71208c201165d65f92c69cebe on s390x + // TODO investigate from where they are actually coming from, could be possible issue with elf parsing as seeing 0x1 in name is weird -+ // See issue ++ // See issue https://github.com/golang/go/issues/20996 + continue + } +