<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - relocation truncated to fit: R_ARM_THM_JUMP11 mesa 10 rc2"
href="https://bugs.freedesktop.org/show_bug.cgi?id=72064#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - relocation truncated to fit: R_ARM_THM_JUMP11 mesa 10 rc2"
href="https://bugs.freedesktop.org/show_bug.cgi?id=72064">bug 72064</a>
from <span class="vcard"><a class="email" href="mailto:bugs@mblankhorst.nl" title="Maarten Lankhorst <bugs@mblankhorst.nl>"> <span class="fn">Maarten Lankhorst</span></a>
</span></b>
<pre>Affects ubuntu too, adding -fno-optimize-sibling-calls to CXXFLAGS and CFLAGS
for armhf can work around it.
This appears to be a toolchain bug, probably caused by the following code in
radeon_drm_bo.c:
void *radeon_bo_do_map(struct radeon_bo *bo)
{
...
}
static void *radeon_bo_map(struct radeon_winsys_cs_handle *buf,
struct radeon_winsys_cs *rcs,
enum pipe_transfer_usage usage)
{
...
return radeon_bo_do_map(bo);
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>