[Bug general/25227] "eu-nm --extern" skips first symbol
https://sourceware.org/bugzilla/show_bug.cgi?id=25227 --- Comment #4 from Enzo Matsumiya --- Ping? We're looking to roll out this fix internally, but we need upstream to acknowledge/release it first. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/25227] "eu-nm --extern" skips first symbol
https://sourceware.org/bugzilla/show_bug.cgi?id=25227 --- Comment #5 from Mark Wielaard --- (In reply to Enzo Matsumiya from comment #4) > Ping? > > We're looking to roll out this fix internally, but we need upstream to > acknowledge/release it first. Sorry, I forgot. Like I said in comment #3 I created some testcases and noticed the output of eu-nm didn't always match binutils nm. I wanted to look deeper into that but then other stuff came up. I have pushed the patch to simply fix this issue now: commit 62e3c37afd5828466f9192bd19217de835a3620f (HEAD -> master) Author: Mark Wielaard Date: Thu Jan 16 23:33:52 2020 +0100 nm: Fix nm --external sysv format output. Partial revert of commit 66f4c37d497bdde040a33f299b12163f044b1bf2. If index zero wasn't a real symbol it has already been filtered out in show_symbols so don't skip it in show_symbols_sysv. https://sourceware.org/bugzilla/show_bug.cgi?id=25227 Reported-by: Enzo Matsumiya Signed-off-by: Mark Wielaard But if you don't mind I'll keep this bug open to remind myself I need to checkout the other discrepancies with binutils nm. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/25227] "eu-nm --extern" skips first symbol
https://sourceware.org/bugzilla/show_bug.cgi?id=25227 --- Comment #6 from Mark Wielaard --- Created attachment 12215 --> https://sourceware.org/bugzilla/attachment.cgi?id=12215&action=edit C source code file defining various different symbol types Test source file with more symbol types. Compile with gcc -g -c symbols.c -- You are receiving this mail because: You are on the CC list for the bug.
Buildbot failure in Wildebeest Builder on whole buildset
The Buildbot has detected a failed build on builder whole buildset while building elfutils. Full details are available at: https://builder.wildebeest.org/buildbot/#builders/11/builds/412 Buildbot URL: https://builder.wildebeest.org/buildbot/ Worker for this Build: fedora-ppc64le Build Reason: Blamelist: Mark Wielaard BUILD FAILED: failed test (failure) Sincerely, -The Buildbot
[Bug general/25227] "eu-nm --extern" skips first symbol
https://sourceware.org/bugzilla/show_bug.cgi?id=25227 --- Comment #7 from Enzo Matsumiya --- (In reply to Mark Wielaard from comment #5) > I have pushed the patch to simply fix this issue now: > > commit 62e3c37afd5828466f9192bd19217de835a3620f (HEAD -> master) Ok, great. Thanks a lot. > But if you don't mind I'll keep this bug open to remind myself I need to > checkout the other discrepancies with binutils nm. Sure, no problem at all. -- You are receiving this mail because: You are on the CC list for the bug.