Use label math instead of hard-coding offsets for return addresses.
authorjhibbits <jhibbits@FreeBSD.org>
Sat, 23 Jul 2016 02:27:42 +0000 (02:27 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Sat, 23 Jul 2016 02:27:42 +0000 (02:27 +0000)
commit56d51624055efdb435bc37a37afd6a57a43429ca
tree6f2c3a771070e5d9fc90aaf315368426cfdeb68f
parentf08c69193467ce7ee1bf0a868955dcf638b73364
Use label math instead of hard-coding offsets for return addresses.

Though the chances of the code in these sections changing are low, future-proof
the sections and use label math.

Renumber the surrounding areas to avoid duplicate label numbers.
sys/powerpc/booke/locore.S