Revert "linker: common-rom: tweak section naming to feet all linkers"

This reverts commit fd5fa203b6.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2021-01-22 17:02:39 -06:00 committed by Anas Nashif
commit 9c70fb1e18

View file

@ -41,9 +41,9 @@
{
__device_handles_start = .;
#ifdef LINKER_PASS2
KEEP(*(SORT(.__device_handles_pass2*)));
KEEP(*(SORT(.__device_handles_pass2)));
#else /* LINKER_PASS2 */
KEEP(*(SORT(.__device_handles_pass1*)));
KEEP(*(SORT(.__device_handles_pass1)));
#endif /* LINKER_PASS2 */
__device_handles_end = .;
} GROUP_LINK_IN(ROMABLE_REGION)