Summary: | relocation truncated to fit: R_ARM_THM_JUMP11 mesa 10 rc2 | ||
---|---|---|---|
Product: | Mesa | Reporter: | Alexander Khryukin <alexander> |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | ARM | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Alexander Khryukin
2013-11-27 09:58:16 UTC
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); } -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/473. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.