r267358 - in /trunk/libstdc++-v3: ChangeLog con...

iains@gcc.gnu.org iains@gcc.gnu.org
Sat Dec 22 20:06:00 GMT 2018


Author: iains
Date: Sat Dec 22 20:06:47 2018
New Revision: 267358

URL: https://gcc.gnu.org/viewcvs?rev=267358&root=gcc&view=rev
Log:
[Patch, PowerPC/Darwin] Fix library export of long double symbols.

During 8.x, the rs6000 target-specific mangling was reorganised which uncovered
a long-standing bug in Darwin’s mangling for ‘IBM’ long double.  Now the symbols
are correctly mangled, and we end up with a bunch of test link fails.

This patch adds the necessary subset of the Linux long double exports to Darwin’s
export table.

2018-12-22  Iain Sandoe  <iain@sandoe.co.uk>

	* /config/os/bsd/darwin/ppc-extra.ver: Append long double symbols.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver



More information about the Libstdc++-cvs mailing list