Subject: Re: __RCSID() and .text section
To: Jun-ichiro itojun Hagino <itojun@iijlab.net>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-userlevel
Date: 07/29/2003 17:18:17
On Tuesday, July 29, 2003, at 04:16  PM, Jun-ichiro itojun Hagino wrote:

> 	see PR 22277.  some of integer variables are put into .text region
> 	and causes SEGV (because .text section is not writable), i guess
> 	this is because of __RCSID().  any clues on how to solve this?
> 	i'll disable __RCSID() for now.

I just checked in a fix for this problem.  Update to:

$NetBSD: cdefs_elf.h,v 1.15 2003/07/30 00:07:39 thorpej Exp $

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