dynamic linker question
Richard Henderson
rth@twiddle.net
Thu Jan 21 22:16:00 GMT 1999
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~
More information about the Libc-hacker
mailing list