gold does not appear to merge strings in .shstrtab. For example, in
two_file_relocatable.o .shstrtab I see both ".rel.eh_frame" and ".eh_frame".
--
Summary: no string merge in .shstrtab?
Product: binutils
Version: 2.20 (HEAD)
Status: NEW
Sev
When stripping with -v -d -o a kernel mode driver (e.g. win32k.sys of WinXP
SP3), messages like
BFD: c:\WINNT\system32\win32k.sys: Warning: Ignoring section flag
IMAGE_SCN_MEM_NOT_PAGED in section .text
are emitted. Unclear what is not done due as a result.
--
Summary: IMAGE_SCN_MEM_NO
When stripping with -v -d -o a kernel mode driver (e.g. win32k.sys of WinXP
SP3), sections INIT and .rsrc are no longer present in the output.
--
Summary: Lost sections with pei-i386 input/output
Product: binutils
Version: 2.19
Status: NEW
Se
--- Additional Comments From osk at exegin dot com 2009-05-06 20:10 ---
Created an attachment (id=3926)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3926&action=view)
IAR object producing error.
I've uploaded some sample code that can be used to reproduce the bug and to
test th