https://sourceware.org/bugzilla/show_bug.cgi?id=21441

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Alan Modra from comment #1)
> How did you manage to avoid "discarding zero address range FDE" (see
> elf-eh-frame.c) for foo.so?  If I use --traditional-format to avoid eh_frame
> editing then I see both foo.so and bar.so with the same size eh_frame.

/* ('m' for map) Format info message and print on map.  */

void
minfo (const char *fmt, ...)
{
  if (config.map_file != NULL)
    {   

Since I didn't use -M map, there was no linker message.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to