linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Cort Dougan <cort@fsmlabs.com>
To: Tom Rini <trini@kernel.crashing.org>
Cc: linuxppc-commit@source.mvista.com, linuxppc-dev@lists.linuxppc.org
Subject: Re: egcs vs gcc-2.95.x
Date: Thu, 6 Sep 2001 12:30:22 -0600	[thread overview]
Message-ID: <20010906123022.D5873@ftsoj.fsmlabs.com> (raw)
In-Reply-To: <20010906112613.M21172@cpe-24-221-152-185.az.sprintbbd.net>; from trini@kernel.crashing.org on Thu, Sep 06, 2001 at 11:26:13AM -0700


Is this a comment by me?  If so, that was a problem with
__builtin_return_address() not working in leaf functions which still exists
today, I believe.  The "fix" there is a hack to leave those outline in lieu
of the inline versions so that several functions were made non-leaf.

In some other projects I've used changed those around so that
__builtin_return_address() is redefined to call another stub function so
that it's always called in a non-leaf function.  It's cleaner and more
reliable, but not any prettier.

} Hello all.  I happened to be skimming asm/byteorder.h for some reason, and
} noticed that we have ___arch__swab16/___arch__swab32 written, but #if 0'ed
} because of an egcs bug.  A bit of grep'ing showed that set_bit (asm/bitops.h)
} used to be #if 0'ed because of another egcs bug but isn't now.  So the
} question is, is anyone still using egcs to compile a kernel?  If, so
} what version (1.0.x or 1.1.x) and does anyone remember what version of
} egcs produced the bug?
}
} If nothing else, perhaps in 2.5 this should go away..
}
} --
} Tom Rini (TR1265)
} http://gate.crashing.org/~trini/
}
} _______________________________________________
} linuxppc-commit mailing list
} linuxppc-commit@source.mvista.com
} http://source.mvista.com/cgi-bin/mailman/listinfo/linuxppc-commit

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2001-09-06 18:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-06 18:26 egcs vs gcc-2.95.x Tom Rini
2001-09-06 18:30 ` Cort Dougan [this message]
2001-09-06 18:42   ` Tom Rini

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=20010906123022.D5873@ftsoj.fsmlabs.com \
    --to=cort@fsmlabs.com \
    --cc=linuxppc-commit@source.mvista.com \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=trini@kernel.crashing.org \
    /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 NNTP newsgroup(s).