NetBSD/sys/arch/shark
bjh21 d599df9587 Continue the " - . - 8" purge. Specifically:
add	rd, pc, #foo - . - 8		->	adr	rd, foo
ldr	rd, [pc, #foo - . - 8]		->	ldr	rd, foo

Also, when saving the return address for a function pointer call, use
"mov lr, pc" just before the call unless the return address is somewhere
other than just after the call site.

Finally, a few obvious little micro-optimisations like using LDR directly
rather than ADR followed by LDR, and loading directly into PC rather than
bouncing via R0.
2002-10-14 22:32:50 +00:00
..
compile
conf Added commented out cgd(4)s to GENERIC configs. 2002-10-14 18:39:22 +00:00
include remove leftover acorn32 headers. 2002-10-05 17:01:10 +00:00
isa Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
ofw add missing protos. 2002-10-05 17:01:49 +00:00
shark add missing protos. 2002-10-05 17:01:51 +00:00
stand avoid hardcoding MBR_MAGICOFF and MBR_MAGIC. 2002-06-18 00:37:25 +00:00
Makefile