Mention upstream issue in s390x-ignore... patch

This commit is contained in:
Jakub Čajka 2017-07-13 12:39:15 +02:00
parent c2d0ceffa4
commit 9941f71a57
1 changed files with 1 additions and 1 deletions

View File

@ -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
+ }
+