This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Saga of m68k PIC continues
- From: Richard Henderson <rth at redhat dot com>
- To: Peter Barada <pbarada at mail dot wm dot sps dot mot dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 11 Dec 2002 15:59:40 -0800
- Subject: Re: Saga of m68k PIC continues
- References: <200212112045.gBBKjnQ13223@hyper.wm.sps.mot.com>
On Wed, Dec 11, 2002 at 03:45:49PM -0500, Peter Barada wrote:
> 1) Should general_src_operand accept the unspec symbol?
Nope.
> 2) If not, does anyone have an idea how I should get this instruction
> recognized?
You *may* want to wrap the unspec in a CONST. That would
make the thing be recognized by general_operand. But I
can't tell if that's exactly right, since you've posted
no code.
r~