bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21441] Unnecessary padding of .eh_frame section


From: hjl.tools at gmail dot com
Subject: [Bug ld/21441] Unnecessary padding of .eh_frame section
Date: Sat, 12 Aug 2017 20:23:55 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]