RE: [PATCH v3 06/10] bsps/arm: Break out linker script for AArch64

2020-10-05 Thread Kinsey Moore
-Original Message- From: Sebastian Huber Sent: Monday, October 5, 2020 02:11 To: Kinsey Moore ; devel@rtems.org Subject: Re: [PATCH v3 06/10] bsps/arm: Break out linker script for AArch64 On 04/10/2020 06:18, Kinsey Moore wrote: > This breaks out the common section of the ARM lin

Re: [PATCH v3 06/10] bsps/arm: Break out linker script for AArch64

2020-10-05 Thread Sebastian Huber
On 04/10/2020 06:18, Kinsey Moore wrote: This breaks out the common section of the ARM linker script that is usable by AArch64 BSPs to avoid duplication of the vast majority. To do so, it was necessary to add a new linker path at bsps/shared/start. Sorry, I didn't consider that using a linker sc

[PATCH v3 06/10] bsps/arm: Break out linker script for AArch64

2020-10-03 Thread Kinsey Moore
This breaks out the common section of the ARM linker script that is usable by AArch64 BSPs to avoid duplication of the vast majority. To do so, it was necessary to add a new linker path at bsps/shared/start. --- bsps/arm/shared/start/linkcmds.base | 381 +--- bsps/shared/start