Date: Thu, 25 Mar 2010 14:21:22 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern imgact_elf.c Message-ID: <201003251421.o2PELk9K033565@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-03-25 14:21:22 UTC
FreeBSD src repository
Modified files:
sys/kern imgact_elf.c
Log:
SVN rev 205641 on 2010-03-25 14:21:22Z by nwhitehorn
Change the way text_addr and data_addr are computed to use the
executable status of segments instead of detecting the main text segment
by which segment contains the program entry point. This affects
obreak() and is required for correct operation of that function
on 64-bit PowerPC systems. The previous behavior was apparently
required only for the Alpha, which is no longer supported.
Reviewed by: jhb
Tested on: amd64, sparc64, powerpc
Revision Changes Path
1.207 +6 -11 src/sys/kern/imgact_elf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003251421.o2PELk9K033565>
