On Mon, Mar 22, 2010 at 11:32 AM, Kai Tietz <[email protected]> wrote: > Hello, > > I prepared a patch which supports underscoring option for ld for > x64/x86 pe-coff targets. I post it first here, so that possibly Doug > could comment on it. > > I have to add for it some additional test-cases in testsuite before > posting it upstream. >
I'll look at it more closely after lunch in comparison to what I did (actually dig out my notes) but right now after a quick glance it seems to me that I also had to play with pe_details_type->underscored on the x86_64 target in ld/pe-dll.c to generate exports and imports correctly... But that may be because i also turned off underscoring by default when building in bfd/config.bfd, bfd/pe-x86_64.c and bfd/pei-x86_64.c (i.e. targ_underscore=no in config.bfd, and #define TARGET_UNDERSCORE 0 in the .c files) using a configure option. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
