public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: Mike Stump <mrs@apple.com>
Cc: Daniel Jacobowitz <drow@false.org>,
	"gcc@gcc.gnu.org List" <gcc@gcc.gnu.org>
Subject: Re: binds_local question
Date: Tue, 31 Aug 2004 07:38:00 -0000	[thread overview]
Message-ID: <20040831050340.GB4683@redhat.com> (raw)
In-Reply-To: <0D87DC80-FAF1-11D8-8516-000393941EE6@apple.com>

On Mon, Aug 30, 2004 at 06:57:02PM -0700, Mike Stump wrote:
>   machopic_symbol_defined_p (rtx sym_ref)
>   {
> -   return ((SYMBOL_REF_FLAGS (sym_ref) & MACHO_SYMBOL_FLAG_DEFINED)
> -         /* Local symbols must always be defined.  */
> -         || SYMBOL_REF_LOCAL_P (sym_ref));
> +   /* APPLE LOCAL machopic_symbol_defined_p bugfix */
> +   return (SYMBOL_REF_FLAGS (sym_ref) & MACHO_SYMBOL_FLAG_DEFINED);
>   }

From the names of the symbols involved, this looks correct.


r~

  reply	other threads:[~2004-08-31  5:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-31  0:33 Mike Stump
2004-08-31  1:13 ` Daniel Jacobowitz
2004-08-31  2:50   ` Mike Stump
2004-08-31  7:38     ` Richard Henderson [this message]
2004-09-01  2:59     ` Mark Mitchell

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=20040831050340.GB4683@redhat.com \
    --to=rth@redhat.com \
    --cc=drow@false.org \
    --cc=gcc@gcc.gnu.org \
    --cc=mrs@apple.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).