Re: [Patch AArch64] Add cpu_defines.h for AArch64.

2015-05-21 Thread Szabolcs Nagy
On 19/05/15 17:03, Ramana Radhakrishnan wrote: > On Tue, May 19, 2015 at 4:54 PM, wrote: >>> On May 19, 2015, at 5:54 AM, Ramana Radhakrishnan >>> wrote: >>> Like the ARM port, the AArch64 ports needs to set glibc_integral_traps to >>> false as integer divide instructions do not trap. >>> >>>

Re: [Patch AArch64] Add cpu_defines.h for AArch64.

2015-05-19 Thread Ramana Radhakrishnan
On Tue, May 19, 2015 at 4:54 PM, wrote: > > > > >> On May 19, 2015, at 5:54 AM, Ramana Radhakrishnan >> wrote: >> >> Hi, >> >> Like the ARM port, the AArch64 ports needs to set glibc_integral_traps to >> false as integer divide instructions do not trap. >> >> Bootstrapped and regression tested

Re: [Patch AArch64] Add cpu_defines.h for AArch64.

2015-05-19 Thread pinskia
> On May 19, 2015, at 5:54 AM, Ramana Radhakrishnan > wrote: > > Hi, > > Like the ARM port, the AArch64 ports needs to set glibc_integral_traps to > false as integer divide instructions do not trap. > > Bootstrapped and regression tested on aarch64-none-linux-gnu > > Ok to apply ? Not r

[Patch AArch64] Add cpu_defines.h for AArch64.

2015-05-19 Thread Ramana Radhakrishnan
Hi, Like the ARM port, the AArch64 ports needs to set glibc_integral_traps to false as integer divide instructions do not trap. Bootstrapped and regression tested on aarch64-none-linux-gnu Ok to apply ? regards Ramana 2015-05-17 Ramana Radhakrishnan * configure.host: Define cpu