public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Teemu Torma <tot@trema.com>
To: Jason Merrill <jason@cygnus.com>
Cc: egcs@cygnus.com
Subject: H.J. Lu's frame.c patch is not included
Date: Fri, 07 Nov 1997 02:43:00 -0000	[thread overview]
Message-ID: <199711071043.LAA27406@baht.labs.trema.com> (raw)
In-Reply-To: <u9vhy5ro4n.fsf@yorick.cygnus.com>

    From:  Jason Merrill <jason@cygnus.com>
    Date:  07 Nov 1997 02:31:52 -0800

     > The code says:
    >       /* Skip CIEs and linked once FDE entries.  */
    >       if (this_fde->CIE_delta == 0 || this_fde->pc_range == 0)
    > 	continue;
    
    > so it is not skipping entries when pc_begin == 0.
    > Is it a typo or just vanished somehow?  In either case, the current
    > code does not work unless pc_begin check is included.
    
    Why not?  I expected that whenever pc_begin would be 0, pc_range would also
    be 0, since both the begin and end labels would be relocated to 0.  Is this
    not the case?
    
At least it does not seem to be the case, there are entries with
zero pc_begin non-zero pc_range.  I am using gas-970915 in this case.
Maybe the range is calculated by the assembler/linker before the linker
removes the symbols?

Teemu

  reply	other threads:[~1997-11-07  2:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199711070926.KAA27169.cygnus.egcs@baht.labs.trema.com>
1997-11-07  2:32 ` Jason Merrill
1997-11-07  2:43   ` Teemu Torma [this message]
1997-11-07 10:33     ` Jason Merrill
1997-11-07  1:26 Teemu Torma
1997-11-07 18:21 ` Jeffrey A Law

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=199711071043.LAA27406@baht.labs.trema.com \
    --to=tot@trema.com \
    --cc=egcs@cygnus.com \
    --cc=jason@cygnus.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).