binds_local question
Richard Henderson
rth@redhat.com
Tue Aug 31 07:38:00 GMT 2004
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~
More information about the Gcc
mailing list