This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [libstdc++] Port-specific symbol exports, porting notes


>Maintaining two copies of the almost-same file would be a PITA.
>Somebody wise in the ways of perl could probably automate the production
>of linker-map.gnuold from linker-map.gnu, but that person is not me.

It's probably not worth it at this stage to go through hoops for
per-host symbol versioning, since it's not being used, even though it's
something that is desirable in the long run.

>Also, note that if anybody wants to actually /use/ the per-port symbol
>exporting functionality, they /have/ to use 2.14 for the parser fix.
>
>Thoughts?  Other ideas?

Instead of defaulting to the new map, why don't you default to gnu-2.12,
and then have gnu-2.14 when you see it can be used? It's just a semi
colon. Really, it's a drag, but we have to put up with worse, and this
will allow us to revisit this closer to the release.

-benjamin


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