This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [RFC] NetBSD note segment


On Sun, Nov 03, 2002 at 01:15:55PM +0200, Momchil Velikov wrote:

 > This is the first shot for generating NetBSD .note* section and the
 > corresponding PT_NOTE segment.  Without this segment NetBSD refuses to
 > execute the file.

This patch is not really correct.  The .note section in question should
be supplied by system files, not by a file shipped with the compiler.

I am working on a comprehensive fix for this problem, but in the mean time,
you can run noteless binaries by enabling the EXEC_ELF_NOTELESS option in
your kernel.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]