[MDEV-4720] Failure to compile MariaDB on x86_64 X32 ABI Created: 2013-06-27 Updated: 2013-06-27 Resolved: 2013-06-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.31 |
| Fix Version/s: | 5.5.32 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Bruno Prémont (Inactive) | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Gentoo Linux, X32 ABI |
||
| Attachments: |
|
| Description |
|
Then when compiling my_context.c compiler complains about mis-match of argument types of assembler code. The ASM code is x86_64 ASM expecting 64bit pointers. Detecting X32 and falling back to MY_CONTEXT_USE_UCONTEXT makes compilation work. |