On Thu, 7 Jul 2011, Richard Earnshaw wrote:
> Looks fine to me, but please allow 24 hours for the web maintainers to
> comment if they wish.
Thanks, this looks good.
Gerald
On 07/07/11 16:18, Richard Sandiford wrote:
> Richard Earnshaw writes:
>> On 29/06/11 12:28, Richard Sandiford wrote:
>>> ARM has an option called -mwords-little-endian that provides big-endian
>>> compatibility with pre-2.8 compilers. When I asked Richard about it,
>>> he seemed to think it had
Richard Earnshaw writes:
> On 29/06/11 12:28, Richard Sandiford wrote:
>> ARM has an option called -mwords-little-endian that provides big-endian
>> compatibility with pre-2.8 compilers. When I asked Richard about it,
>> he seemed to think it had outlived its usefulness, so this patch
>> deprecat
On 29/06/11 12:28, Richard Sandiford wrote:
> ARM has an option called -mwords-little-endian that provides big-endian
> compatibility with pre-2.8 compilers. When I asked Richard about it,
> he seemed to think it had outlived its usefulness, so this patch
> deprecates it. We can then remove it on
ARM has an option called -mwords-little-endian that provides big-endian
compatibility with pre-2.8 compilers. When I asked Richard about it,
he seemed to think it had outlived its usefulness, so this patch
deprecates it. We can then remove it once 4.7 is out.
Tested on arm-linux-gnueabi. OK to