Remove 64k gap on ARM32
While binutils 2.25 incorrectly changed the page size to 64K, the second part of that fix prevents the bug anyways Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
792715e5e9
commit
e2355ed7fb
@ -27,7 +27,7 @@ SECTIONS
|
|||||||
} =0
|
} =0
|
||||||
_reloc_vsize = _evreloc - _reloc;
|
_reloc_vsize = _evreloc - _reloc;
|
||||||
_reloc_size = _ereloc - _reloc;
|
_reloc_size = _ereloc - _reloc;
|
||||||
. = ALIGN(65536);
|
. = ALIGN(4096);
|
||||||
_data = .;
|
_data = .;
|
||||||
.dynamic : { *(.dynamic) }
|
.dynamic : { *(.dynamic) }
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
|
Loading…
Reference in New Issue
Block a user