Re: [PATCH v1] arm: relocate: Replace ADR instruction with non-pseudo-instruction

2022-07-11 Thread Jesse Taube
On 7/11/22 10:19, Andre Przywara wrote: > On Mon, 11 Jul 2022 15:11:13 +0100 > Andre Przywara wrote: > >> On Mon, 11 Jul 2022 13:57:40 +0100 >> Andre Przywara wrote: >> >> Hi, >> >>> On Sun, 10 Jul 2022 03:09:53 -0400 >>> Jesse Taube wrote: >>> >>> Hi Jesse, >>> In Binutils 2.37 the

Re: [PATCH v1] arm: relocate: Replace ADR instruction with non-pseudo-instruction

2022-07-11 Thread Jesse Taube
On 7/11/22 08:57, Andre Przywara wrote: > On Sun, 10 Jul 2022 03:09:53 -0400 > Jesse Taube wrote: > > Hi Jesse, > >> In Binutils 2.37 the ADR instruction has changed >> use alternate instructions. > > Can you elaborate on this? What has changed exactly, and why? Looking at > the commit you

Re: [PATCH v1] arm: relocate: Replace ADR instruction with non-pseudo-instruction

2022-07-11 Thread Andre Przywara
On Mon, 11 Jul 2022 15:11:13 +0100 Andre Przywara wrote: > On Mon, 11 Jul 2022 13:57:40 +0100 > Andre Przywara wrote: > > Hi, > > > On Sun, 10 Jul 2022 03:09:53 -0400 > > Jesse Taube wrote: > > > > Hi Jesse, > > > > > In Binutils 2.37 the ADR instruction has changed > > > use alternate

Re: [PATCH v1] arm: relocate: Replace ADR instruction with non-pseudo-instruction

2022-07-11 Thread Andre Przywara
On Mon, 11 Jul 2022 13:57:40 +0100 Andre Przywara wrote: Hi, > On Sun, 10 Jul 2022 03:09:53 -0400 > Jesse Taube wrote: > > Hi Jesse, > > > In Binutils 2.37 the ADR instruction has changed > > use alternate instructions. > > Can you elaborate on this? What has changed exactly, and why?

Re: [PATCH v1] arm: relocate: Replace ADR instruction with non-pseudo-instruction

2022-07-11 Thread Tom Rini
On Mon, Jul 11, 2022 at 01:57:40PM +0100, Andre Przywara wrote: > On Sun, 10 Jul 2022 03:09:53 -0400 > Jesse Taube wrote: > > Hi Jesse, > > > In Binutils 2.37 the ADR instruction has changed > > use alternate instructions. > > Can you elaborate on this? What has changed exactly, and why?

Re: [PATCH v1] arm: relocate: Replace ADR instruction with non-pseudo-instruction

2022-07-11 Thread Andre Przywara
On Sun, 10 Jul 2022 03:09:53 -0400 Jesse Taube wrote: Hi Jesse, > In Binutils 2.37 the ADR instruction has changed > use alternate instructions. Can you elaborate on this? What has changed exactly, and why? Looking at the commit you mention below I don't see an immediate problem that would

Re: [PATCH v1] arm: relocate: Replace ADR instruction with non-pseudo-instruction

2022-07-11 Thread Tom Rini
On Sun, Jul 10, 2022 at 03:09:53AM -0400, Jesse Taube wrote: > In Binutils 2.37 the ADR instruction has changed > use alternate instructions. > > The change causes armv7-m to not boot. > > Signed-off-by: Jesse Taube > --- > arch/arm/lib/relocate.S | 8 +++- > 1 file changed, 7