Skip to content

Commit

Permalink
[android][x86_64] Fix type mangling for 'long double'
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Moskalchuk <dm@crystax.net>
  • Loading branch information
dmsck committed May 12, 2015
1 parent 5990320 commit 660b2a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcc-4.9/gcc/config/i386/i386.c
Original file line number Diff line number Diff line change
Expand Up @@ -41773,6 +41773,8 @@ ix86_mangle_type (const_tree type)
switch (TYPE_MODE (type))
{
case TFmode:
if (TARGET_HAS_BIONIC && TARGET_64BIT)
return "e";
/* __float128 is "g". */
return "g";
case XFmode:
Expand Down

0 comments on commit 660b2a1

Please sign in to comment.