NetBSD/sys/arch/evbarm/stand
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
..
board Allow the size of the heap to be specified at build time. 2002-04-25 22:11:51 +00:00
gzboot Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00