Re: [PATCH 7/7] linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS

2020-05-28 Thread Alex Bennée
Thomas Huth writes: > On 27/05/2020 18.36, Alex Bennée wrote: >> >> Thomas Huth writes: >> >>> On 27/05/2020 16.44, Laurent Vivier wrote: Le 25/05/2020 à 15:18, Thomas Huth a écrit : > From: Alex Bennée > > Newer clangs rightly spot that you can never exceed the full

Re: [PATCH 7/7] linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS

2020-05-28 Thread Thomas Huth
On 27/05/2020 18.36, Alex Bennée wrote: > > Thomas Huth writes: > >> On 27/05/2020 16.44, Laurent Vivier wrote: >>> Le 25/05/2020 à 15:18, Thomas Huth a écrit : From: Alex Bennée Newer clangs rightly spot that you can never exceed the full address space of 64 bit hosts

Re: [PATCH 7/7] linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS

2020-05-27 Thread Alex Bennée
Thomas Huth writes: > On 27/05/2020 16.44, Laurent Vivier wrote: >> Le 25/05/2020 à 15:18, Thomas Huth a écrit : >>> From: Alex Bennée >>> >>> Newer clangs rightly spot that you can never exceed the full address >>> space of 64 bit hosts with: >>> >>> linux-user/elfload.c:2076:41: error:

Re: [PATCH 7/7] linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS

2020-05-27 Thread Thomas Huth
On 27/05/2020 16.44, Laurent Vivier wrote: > Le 25/05/2020 à 15:18, Thomas Huth a écrit : >> From: Alex Bennée >> >> Newer clangs rightly spot that you can never exceed the full address >> space of 64 bit hosts with: >> >> linux-user/elfload.c:2076:41: error: result of comparison 'unsigned >>

Re: [PATCH 7/7] linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS

2020-05-27 Thread Laurent Vivier
Le 25/05/2020 à 15:18, Thomas Huth a écrit : > From: Alex Bennée > > Newer clangs rightly spot that you can never exceed the full address > space of 64 bit hosts with: > > linux-user/elfload.c:2076:41: error: result of comparison 'unsigned > long' > 18446744073709551615 is always false >