From: sean@mcneil.com (Sean McNeil)
Subject: RE: Nobody in the world understands Gnu's 'ld'.
26 Mar 1997 11:59:18 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <01BC3967.DC4B5330.cygnus.gnu-win32@mcneil.mcneil.com>
Original-To: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>,
        "'Tim Iverson'"
	 <iverson@cisco.com>
Encoding: 23 TEXT
Original-Sender: owner-gnu-win32@cygnus.com


I may take a stab at fixing the offset problem.  But since this feature
would only be used for a limited time here, I won't waste more than a few
hours on it.  If you really need this feature, don't hold your breath for a
patch from me.

Try the following:

*** gas/config/obj-coff.c~      Wed Dec 31 16:01:33 1969
--- gas/config/obj-coff.c       Sun Mar 23 14:20:52 1997
***************
*** 3176,3183 ****
--- 3176,3185 ----
      {
        long size;

+ #ifndef TE_PE
        segment_info[i].scnhdr.s_paddr = addr;
        segment_info[i].scnhdr.s_vaddr = addr;
+ #endif

        if (segment_info[i].scnhdr.s_name[0])
        {

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
