cvs commit: src/sys/ia64/ia64 unaligned.c
Marcel Moolenaar
marcel at FreeBSD.org
Wed Oct 22 23:32:36 PDT 2003
marcel 2003/10/22 23:32:34 PDT
FreeBSD src repository
Modified files:
sys/ia64/ia64 unaligned.c
Log:
Reimplement unaligned_fixup() using the new disassembler and a
mcontext_t for the register values. Currently only ld8 and ldfd
instructions are handled as those are the ones we need now (a
misaligned ld8 occurs 4 times in ntpd(8) and a misaligned ldfd
occurs once in mozilla 1.4 and 1.5). Other instructions are added
when needed.
Revision Changes Path
1.5 +134 -580 src/sys/ia64/ia64/unaligned.c
More information about the cvs-src
mailing list