parisc: BTLB: _edata symbol has to be page aligned for BTLB support

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller 2023-09-07 08:07:55 +02:00
parent 510610f96d
commit 4695e45ec0

View file

@ -154,6 +154,7 @@ SECTIONS
}
/* End of data section */
. = ALIGN(PAGE_SIZE);
_edata = .;
/* BSS */