This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch libstdc++] PR61536 Export out of line comparison operations.


PR61536 is a case where linking fails on arm-linux-gnueabi* and arm-eabi* systems as the C++ ABI for ARM specifies out of line comparison operators for typeinfo.

Rev r211355 tightened the symbols exported by libstdc++ a bit too much which caused some carnage in the test results for arm-linux-gnueabihf.

Paolo proposed this on the bugzilla and asked if I could commit it. I've tweaked the comment slightly.

Tested on arm-none-linux-gnueabihf and verified the link time failures now disappear.

Applied to trunk.

Ramana

2014-06-18  Paolo Carlini  <paolo.carlini@oracle.com>
	    Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

	PR libstdc++/61536
	* config/abi/pre/gnu.ver: Adjust for out of line comparisons.

Attachment: p1.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]