This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Linking without ld


I've applied this patch and it does indeed allow one to link objects
produced by GCC with a different linker than LD.  I used Phar-Lap's
linker, but I suspect this fix would also be sufficient for others.

Thanks Sean!


- Tim Iverson
  iverson@cisco.com


+----------------
| From: sean@mcneil.com (Sean McNeil)
| To: gnu-win32@cygnus.com, iverson@cisco.com
| Subject: RE: Nobody in the world understands Gnu's 'ld'.
| Date: Tue, 25 Mar 1997 21:59:46 -0800
| 
| 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".


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