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


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

Re: dynamic linker question


On Thu, Jan 21, 1999 at 03:15:41PM +0100, Philip Blundell wrote:
> Currently the dynamic linker on ARM systems doesn't support loading non-PIC 
> objects.  Essentially this is because doing relocs that involve writing to
> the text area is messy owing to the cache most commonly used (writeback and
> split I/D).

This should be no problem -- you just have to flush the cache.  This
must happen likewise for most other sane processors.


r~


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