This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
Re: Allow partial C++ linking with i386/PE
- To: aph at pasanda dot cygnus dot co dot uk
- Subject: Re: Allow partial C++ linking with i386/PE
- From: Ian Lance Taylor <ian at zembu dot com>
- Date: 29 Oct 1999 12:51:01 -0400
- CC: binutils at sourceware dot cygnus dot com
- References: <19991029164924.12399.qmail@pasanda.cygnus.co.uk>
Date: 29 Oct 1999 16:49:24 -0000
From: Andrew Haley <aph@pasanda.cygnus.co.uk>
This patch was put on the list about a month ago, and it is essential
for partial linkage with C++ and i386/PE.
Please scream if you don't want me to check this in...
1999-10-06 Andrew Haley <aph@cygnus.com>
* coffcode.h (coff_write_object_contents): Don't call
coff_write_symbols if we already have a nonzero
obj_raw_syment_count.
You can put it in, but please add a comment explaining why checking
obj_raw_syment_count is correct. I was hesitating to approve it
earlier because I hoped to verify for myself that it was the right
test. But you might as well go ahead if you are sure.
Ian