From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 72064] relocation truncated to fit: R_ARM_THM_JUMP11 mesa 10 rc2
Date: Wed, 27 Nov 2013 15:40:00 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1268368784=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 4E08CFADE8
for ;
Wed, 27 Nov 2013 07:40:00 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces@lists.freedesktop.org
Errors-To: dri-devel-bounces@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1268368784==
Content-Type: multipart/alternative; boundary="1385566800.D2153d41.2037"; charset="us-ascii"
--1385566800.D2153d41.2037
Date: Wed, 27 Nov 2013 15:40:00 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=72064
--- Comment #1 from Maarten Lankhorst ---
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);
}
--
You are receiving this mail because:
You are the assignee for the bug.
--1385566800.D2153d41.2037
Date: Wed, 27 Nov 2013 15:40:00 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 1
on bug 72064
from Maarten Lankhorst
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);
}
You are receiving this mail because:
- You are the assignee for the bug.
--1385566800.D2153d41.2037--
--===============1268368784==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1268368784==--