Hi Benjamin,
ObjCopy version 2.14.90
objcopy --remove-leading-char libmqrt.a libmqrt2.a
Now if I do a dumpbin /exports libmqrt2.a , all the exports are gone!
Could you try repeating this test using the latest sources in the
binutils CVS repository - I think that the problem might be fixed there.
OS: Windows 2K w/SP4
ObjCopy version 2.14.90
I'm creating a library wrapper for microsofts mqrt.dll. First I create
the mqrt.def file by:
pexports c:\winnt\system32\mqrt.dll > mqrt.def
Then I manually edit the mqrt.def file to add the @nn suffixes to the
necessary exports. Then I create the ad