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: New AIX libstdc++ testsuite regression 20_util/allocator_members


On Tue, Apr 23, 2002 at 10:25:34PM -0400, David Edelsohn wrote:
> >>>>> Benjamin Kosnik writes:
> 
> Ben> Is there a way you can re-use the config/linker-map.gnu information for
> Ben> AIX? That has a list of symbols that shared libstdc++-v3 intends to
> Ben> export: perhaps that would be helpful? (It does export all local
> Ben> symbols, however.) You are welcome to make a new file, linker-map.aix,
> Ben> if it would be of use for you.
> 
> 	I will find out what VAC++ does on AIX.  I don't know offhand.
> 
> 	I was intrigued by linker-map.gnu before, but AIX export files do
> not utilize regular expressions.  One would need to apply the regular
> expressions to the list of global symbols and generate the export file, as
> is done for libgcc from the flat map.

Just for the record, that was what I did on my first pass,

    http://gcc.gnu.org/ml/libstdc++/2002-02/msg00084.html

before we fixed the GNU linker's handling of patterns.  (BTW, they're
globs, not regexps.)  I still have the "steaming pile of shell script"
in question somewhere, if you decide to try this and think it would serve
as an example (example of what, I'm not sure).


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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