This is the mail archive of the gcc@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: libgcc.map


On Tue, Jun 03, 2003 at 07:02:51AM +0200, Andreas Tobler wrote:
> Who is using this map?

Linux, Solaris, Irix, at least.

> In my darwin/OS-X environement nm spits one underscore more (pres 
> symbol) than I have in the libgcc-std.ver file. So for the quick I 
> generated a libgcc-darwin.ver file where every symbol has one underscore 
> more. Not very elegant.
> 
> Where do I modify best the additional underscore?

There are two files that process these: mkmap-flat.awk, mkmap-symver.awk.
Which you modify depends on which output most closely resembles the one
that darwin needs.

Or a completely new mkmap converter, if necessary.


r~


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