1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
This commit is contained in:
Andrew Turner 2014-12-05 19:14:05 +00:00
parent 89636bddf6
commit ef477cd70b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275522

View File

@ -1364,6 +1364,8 @@ ENTRY(memcpy)
strbge r2, [r3], #0x01
strbgt ip, [r3]
RET
/* Place a literal pool here for the above ldr instructions to use */
.ltorg
/*