This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [m68k] -pcrel fix for TARGET_COLDFIRE


On Sat, Jul 30, 2005 at 05:31:36PM +0200, Bernardo Innocenti wrote:
> We can't factor code like this since we need to say
> "%o0" with -mpcrel and "%0" with -fpic/-fPIC.
> 
> %o is an m68k-specific formatting code:
> 
>  'o' for operands to go directly to output_operand_address (bypassing
>      print_operand_address--used only for SYMBOL_REFs under TARGET_PCREL)

Thanks - I missed that.  In any case, I'd appreciate it if you fixed
the bsr.l for the !TARGET_PCREL case too.  Otherwise I'll eventually
find a way to test a fix myself, but it's going to be a while.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]