make static method find_reloads_address_1(...) extern accessible

Jonathan Wakely jwakely.gcc@gmail.com
Mon Sep 30 13:39:00 GMT 2019


On Mon, 30 Sep 2019 at 13:17, <stefan@franke.ms> wrote:
>
> I've implemented LEGITIMIZE_RELOAD_ADDRESS and that implementation is
> calling find_reloads_address_1.
>
> My implementation adds double indirect addressing to the m68k target and
> since the use of an outer index register or offset depends on the use of an
> inner index register or offset, since only one index register and one offset
> is allowed per address. => The recursive reload implementation does not
> work. So the LEGITIMIZE_RELOAD_ADDRESS takes care of the whole address at
> once.
>
> How are the chances that a static method of reload is converted into an
> extern accessible method, if a patch would requires it?

If you're talking about modifying GCC then you should probably use the
gcc@ mailing list, not this one.



More information about the Gcc-help mailing list