Bug 10132 - IMAGE_SCN_MEM_NOT_PAGED ignored in BFD
Summary: IMAGE_SCN_MEM_NOT_PAGED ignored in BFD
Status: NEW
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.19
: P3 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-06 21:47 UTC by surprof
Modified: 2009-06-29 14:08 UTC (History)
1 user (show)

See Also:
Host: Win32
Target: Win32
Build: 2.19.1 MinGW version
Last reconfirmed:


Attachments
A patch (1.12 KB, patch)
2009-06-29 14:08 UTC, H.J. Lu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description surprof 2009-05-06 21:47:00 UTC
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.
Comment 1 H.J. Lu 2009-06-29 14:08:54 UTC
Created attachment 4028 [details]
A patch

I have no idea if it is correct or not.