[Bug general/25227] "eu-nm --extern" skips first symbol

2020-01-16 Thread ematsumiya at suse dot com
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 i

[Bug general/25227] "eu-nm --extern" skips first symbol

2020-01-16 Thread ematsumiya at suse dot com
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

2019-12-09 Thread ematsumiya at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25227 --- Comment #2 from Enzo Matsumiya --- Hi Mark, do you have any updates here? Will you revert that specific part in commit 66f4c37d497b? Thanks. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug general/25227] New: "eu-nm --extern" skips first symbol

2019-11-27 Thread ematsumiya at suse dot com
Component: general Assignee: unassigned at sourceware dot org Reporter: ematsumiya at suse dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Reproduction steps: > # cat example.c > void *SYM1; > void *SYM2; > void *SYM3;