Re: [PATCH v3 2/2] bsps/aarch64: Resolve usage of SUBALIGN()

2021-03-05 Thread Gedare Bloom
This one seems fine to me based on my understanding of the rtemsr*set explicit alignment change. On Wed, Mar 3, 2021 at 6:37 AM Kinsey Moore wrote: > > Remove usage of SUBALIGN() in aarch64 linkcmds which works around a > difference in behavior on AArch64 platforms. This is no longer necessary >

RE: [PATCH v3 2/2] bsps/aarch64: Resolve usage of SUBALIGN()

2021-03-04 Thread Kinsey Moore
There's some additional bsp_set_align cruft that I'll pull out when I commit this since it was exclusively used for SUBALIGN(). Kinsey -Original Message- From: Kinsey Moore Sent: Wednesday, March 3, 2021 07:37 To: devel@rtems.org Cc: Kinsey Moore Subject: [PATCH v3 2/2] bsps/aarch64

[PATCH v3 2/2] bsps/aarch64: Resolve usage of SUBALIGN()

2021-03-03 Thread Kinsey Moore
Remove usage of SUBALIGN() in aarch64 linkcmds which works around a difference in behavior on AArch64 platforms. This is no longer necessary since alignment is now enforced explicitly. Closes #4178. --- bsps/aarch64/shared/start/linkcmds.base | 4 ++-- 1 file changed, 2 insertions(+), 2