https://sourceware.org/bugzilla/show_bug.cgi?id=16566
--- Comment #4 from Nick Clifton <nickc at redhat dot com> --- (In reply to jon from comment #3) > Is there perhaps anyway to optionally filter out labels generated within > functions (E.g. those normally declared beginning with L or .L that are the > targets of branch instructions)? Actually yes. :-) There is a function is_local_label() in the BFD library which does exactly that. I will add it to my patch. -- You are receiving this mail because: You are on the CC list for the bug.