[Bug ld/13099] Incorrect check for .gnu.linkonce section

2012-02-21 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13099 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/13099] Incorrect check for .gnu.linkonce section

2011-08-16 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13099 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #3 fr

[Bug ld/13099] Incorrect check for .gnu.linkonce section

2011-08-16 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13099 --- Comment #2 from H.J. Lu 2011-08-16 19:00:38 UTC --- gnu.linkonce section name usually is .gnu.linkonce.TYPE.KEY. But kernel driver may have .gnu.linkonce.this_module. What should be key here? -- Configure bugmail: http://sourceware.org/b

[Bug ld/13099] Incorrect check for .gnu.linkonce section

2011-08-16 Thread sch...@linux-m68k.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13099 --- Comment #1 from Andreas Schwab 2011-08-16 18:49:42 UTC --- name + sizeof (".gnu.linkonce.") - 2 always starts with a dot, so the check would become pointless. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email -