This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: "small data" in m68k gcc?
- From: Richard Henderson <rth at redhat dot com>
- To: Bernardo Innocenti <bernie at develer dot com>
- Cc: colin-gcc at horizon dot com, Gunther Nikl <gni at gecko dot de>, gcc at gcc dot gnu dot org
- Date: Sun, 12 Oct 2003 17:46:40 -0700
- Subject: Re: "small data" in m68k gcc?
- References: <20031012214902.2016.qmail@science.horizon.com> <200310130113.55072.bernie@develer.com>
On Mon, Oct 13, 2003 at 01:13:55AM +0200, Bernardo Innocenti wrote:
> There's currently no distinction between -fpic and -fPIC in the
> m68k back-end.
Sure there is. The former generates 16-bit offsets from pic register,
the later generates 32-bit offsets. Which is why -fPIC isn't available
on ColdFire.
r~