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]

Re: AIX: Add dg-options to tests that override operator new


On 2011-Jan-25, at 6:40 PM, David Edelsohn wrote:

> If you are going to go down this path for AIX linker options, why not
> use -Wl,-bsvr4 ?

I prefer to use the minimum amount of change necessary.

I would much prefer to use an export file (-Wl,-bE:...) which just exports the operator new/delete implementations, but I don't know how to get the path to it right.

If someone can tell me how to set that up for DejaGnu, I've already got and tested the export file.  I consider using -Wl,-bexpfull a kludge.


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