]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Place the literal pool after a RET otherwise clang 3.5 tries to put it too
authorAndrew Turner <andrew@FreeBSD.org>
Fri, 5 Dec 2014 19:14:05 +0000 (19:14 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Fri, 5 Dec 2014 19:14:05 +0000 (19:14 +0000)
commitef477cd70b949e2e67a3a6fd268e91cd96cd75fd
treeffa35f88d9e7cd9c11ea1cd913f6adcf9bf4b3fb
parent89636bddf62622500eccc77fd98493dafe74496d
Place the literal pool after a RET otherwise clang 3.5 tries to put it too
far away from a ldr psuedo instruction. With this clang will place the
literal value here where it's close enough to be loaded.

MFC after: 1 week
Sponsored by: ABT Systems Ltd
sys/arm/arm/support.S