mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
Revert "arm: prevent 64K default alignment of text segment"
This reverts commit2127c8acf2
because the alignment is already sanitized by commit11c31c4432
. (discussed here2127c8acf2
)
This commit is contained in:
parent
5aabfa9dd0
commit
1776babbd1
@ -11,12 +11,4 @@ SPECS += 32bit
|
||||
#
|
||||
CC_OPT += -Wno-psabi
|
||||
|
||||
#
|
||||
# By default, the linker produces ELF binaries where the test segment is
|
||||
# aligned to the largest page size. On ARM this is 64K. As a result, the
|
||||
# produced binaries contain almost 64K zeros preceding the text segment.
|
||||
# The patch enforces the text segment to be aligned to 4K instead.
|
||||
#
|
||||
LD_MARCH += -z max-page-size=0x1000
|
||||
|
||||
include $(call select_from_repositories,mk/spec/32bit.mk)
|
||||
|
Loading…
Reference in New Issue
Block a user