public inbox for bfd@sourceware.org
 help / color / mirror / Atom feed
From: jeffdbREMOVETHIS@goodnet.com (Mikey)
To: Paul Sokolovsky <paul-ml@is.lg.ua>
Cc: bfd@cygnus.com, Mumit Khan <khan@xraylith.wisc.edu>
Subject: Re: BFD patch to fix Mungw32 problem (Better Solution!!)
Date: Sat, 27 Mar 1999 16:08:00 -0000	[thread overview]
Message-ID: <36fe6d21.191715326@mail.goodnet.com> (raw)
In-Reply-To: <13802.990311@is.lg.ua>

Finally!!!

in ld/scripttempl/pe.sc

  .reloc ${RELOCATING+BLOCK(__section_alignment__)} :
  { 			
    reloc_start_addr__ = .;		
    *(.reloc)
    reloc_end_addr__ = .;
    . += ( reloc_end_addr__ - reloc_start_addr__ ) ? 5 : 0 ;
  } =0x0000

This works without adding a .reloc section to all images!!

On Thu, 11 Mar 1999 19:15:18 +0200, you wrote:

>Hello Bfd@cygnus.com,,
>
>  Recently I proposed patch to workaround mingw32/win95 bug with
>producing incorrect dll's. However, that patch broke handling of other
>coff formats. New version explicitly applies only to PE images (format
>pei).
>
>Best regards,
> Paul                          mailto:paul-ml@is.lg.ua


  parent reply	other threads:[~1999-03-27 16:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-11  9:18 BFD patch to fix Mungw32 problem Paul Sokolovsky
1999-03-11 12:50 ` Mikey
1999-03-27 16:08 ` Mikey [this message]
1999-03-27 18:37 ` BFD patch to fix Mungw32 problem (Better Solution!!) Mikey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=36fe6d21.191715326@mail.goodnet.com \
    --to=jeffdbremovethis@goodnet.com \
    --cc=bfd@cygnus.com \
    --cc=khan@xraylith.wisc.edu \
    --cc=paul-ml@is.lg.ua \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).