From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: Donn Terry Cc: gas2@cygnus.com, bfd@cygnus.com Subject: Re: PE patches available Date: Mon, 12 Apr 1999 13:40:00 -0000 Message-id: References: <370CFDA7.36716C75@interix.com> X-SW-Source: 1999/msg00081.html Hi Donn, Ran into a few nits when building for Cygwin -- 1. you mention that you've *put back* the .bss handling, but it's missing from the post-patched ld/scripttempl/pe.sc. I just put it in my hand. 2. bfd/Makefile.in needs peigen.lo as target. Trivial obviously. 3. the $ENTRY in pe.sc expands to __mainCRTStartup, but Cygwin provides _mainCRTStartup. Trivial to fix/make consistent of course. The final executable doesn't work yet, but that I did expect. I'll do some digging to see why it's not loading correctly (under Cygwin or Mingw which uses MS runtime). btw, I always thought that the Makefiles were setup to do the `make headers' automatically in bfd. Guess not. Regards, Mumit