Revision 7a2512b744e72377c3fa5976f06a3f343e155d1f authored by Martin Schwidefsky on 14 November 2011, 10:19:02 UTC, committed by Martin Schwidefsky on 14 November 2011, 10:19:08 UTC
'readelf -n' on the s390 vmlinux file generates lots of warnings about
corrupt notes. The reason is that the 'NOTE' program header has incorrect
file and memory sizes. The problem is that the section following the
NOTES section do not switch to a different phdr and they get added to
the NOTE program section. Add a dummy entry to the linker script that
switches to the data phdr before the start of the RODATA section.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
1 parent fa2fb2f
History

back to top