public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Mark E." <snowball3@bigfoot.com>
To: binutils@sourceware.cygnus.com, Ian Lance Taylor <ian@zembu.com>
Subject: Patch for obj-coff.c
Date: Fri, 30 Jul 1999 09:50:00 -0000	[thread overview]
Message-ID: <199907301649.QAA25978@out5.ibm.net> (raw)

Hello Ian,

This patch seems to fix the debugging problem under BFD assember caused by not 
creating an endndx AUX record. I believe the Win32 ports use stabs by default, so 
it's no wonder no one ever noticed.

1999-07-30 Mark Elbrecht <snowball3@bigfoot.com>

* config/obj-coff.c (coff_frob_symbol): Permit set_end to be set for C_EFCN symbols.


*** config/obj-coff.c.orig	Sat Jun 26 15:35:44 1999
--- config/obj-coff.c	Fri Jul 30 12:43:22 1999
*************** coff_frob_symbol (symp, punt)
*** 1092,1098 ****
      }
  
    if (next_set_end != NULL
!       && ! *punt)
      set_end = next_set_end;
  
    if (! *punt
--- 1092,1098 ----
      }
  
    if (next_set_end != NULL
!       && ((! *punt) || (S_GET_STORAGE_CLASS (symp) == C_EFCN)))
      set_end = next_set_end;
  
    if (! *punt

--- 
Mark Elbrecht, snowball3@bigfoot.com
http://snowball.frogspace.net/

             reply	other threads:[~1999-07-30  9:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-30  9:50 Mark E. [this message]
1999-07-30 10:07 ` Ian Lance Taylor

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=199907301649.QAA25978@out5.ibm.net \
    --to=snowball3@bigfoot.com \
    --cc=binutils@sourceware.cygnus.com \
    --cc=ian@zembu.com \
    /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).