This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: Patch to allow ARM dynamic linker to fix up PC24 relocs...


Scott Bambrough <scottb@netwinder.org> writes:

> The attached patch adds a cache flush just after the readonly protection
> is restored to .text.  I've done this in generic code, because the cache
> flush is an extremely expensive operation on the ARM.  We don't want to
> do this after every fixup, and only if we do fixups.  The patch as
> written should only affect the ARM (or anyone else who defines
> CLEAR_CACHE).  For all other targets it will disappear after
> pre-processing.  This patch has the fix for the problem Phil Blundell
> pointed out.  I've tested it and it seems to work.

I've already added this code to 2.1.3.  Could you update your tree?

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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