freebsd-dev/libexec/rtld-elf/alpha
Marcel Moolenaar d4337d869f Fix the load64 and store64 macros, created to handle 8-byte unaligned
loads and stores (resp.) The ldq_u and stq_u instruction mask off the
lower 3 bits of the final address before loading from or storing to
the address, so as to avoid unaligned loads and stores. They do not
themselves allow loads from or stores to unaligned addresses. Replace
the macro definitions by a packed struct dereference.

Submitted by: Richard Henderson (rth at twiddle dot net)
2005-06-02 05:34:08 +00:00
..
ld.so.script Use the new freebsd output format from Binutils 2.13.1. 2002-10-12 02:30:53 +00:00
Makefile.inc
reloc.c Fix the load64 and store64 macros, created to handle 8-byte unaligned 2005-06-02 05:34:08 +00:00
rtld_machdep.h Add support for Thread Local Storage. 2004-08-03 08:51:00 +00:00
rtld_start.S Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00