mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
arm: align data section to the supersection.
Offset based data section alignment is probably not applicable to any system other than i386. MFC after: 4 week
This commit is contained in:
parent
d98a18d032
commit
60e72eb16a
@ -74,9 +74,7 @@ SECTIONS
|
|||||||
_exidx_end = .;
|
_exidx_end = .;
|
||||||
PROVIDE(exidx_end = .);
|
PROVIDE(exidx_end = .);
|
||||||
|
|
||||||
/* Adjust the address for the data segment. We want to adjust up to
|
. = ALIGN(0x10000);
|
||||||
the same address within the page on the next page up. */
|
|
||||||
. = ALIGN(0x1000) + (. & (0x1000 - 1)) ;
|
|
||||||
.data :
|
.data :
|
||||||
{
|
{
|
||||||
*(.data)
|
*(.data)
|
||||||
|
Loading…
Reference in New Issue
Block a user