On Wed, Sep 26, 2012 at 10:37 AM, Georg-Johann Lay wrote:
> http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01448.html
>
> Adds an addr_space_t argument to targetm.mode_dependent_address_p.
>
> Up to now the change is a no-op, but the avr backend needs this.
Ok.
Thanks,
Richard.
> Johann
http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01448.html
Adds an addr_space_t argument to targetm.mode_dependent_address_p.
Up to now the change is a no-op, but the avr backend needs this.
Johann
On Thu, 20 Sep 2012, Georg-Johann Lay wrote:
> Hans-Peter Nilsson wrote:
> > Georg-Johann Lay wrote:
> >> mode_dependent_address_p is not sensitive to the address space of the
> >> passed
> >> address. Thus, add an addr_space_t parameter to the hook.
> >
> > Borderline obvious. :) (J/k; the adde
Hans-Peter Nilsson wrote:
> Georg-Johann Lay wrote:
>> mode_dependent_address_p is not sensitive to the address space of the passed
>> address. Thus, add an addr_space_t parameter to the hook.
>
> Borderline obvious. :) (J/k; the added functionality seems
> obvious but the implementation may hav
On Thu, 20 Sep 2012, Georg-Johann Lay wrote:
> mode_dependent_address_p is not sensitive to the address space of the passed
> address. Thus, add an addr_space_t parameter to the hook.
Borderline obvious. :) (J/k; the added functionality seems
obvious but the implementation may have non-obvious i
mode_dependent_address_p is not sensitive to the address space of the passed
address. Thus, add an addr_space_t parameter to the hook.
Bootstapped without problems on x86-linux-gnu.
The patch is a no-op, it just adds the passing-around of the address space
information.
Ok to commit?
One more q