diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/m88k/ld.script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/m88k/ld.script b/libexec/ld.so/m88k/ld.script index b5f405715ba..d128b12e713 100644 --- a/libexec/ld.so/m88k/ld.script +++ b/libexec/ld.so/m88k/ld.script @@ -29,9 +29,9 @@ SECTIONS . = ALIGN(0x1000); *(.boot.text) boot_text_end = .; - } :btext =0xf4005800 + } :btext =0xf400fc01 . = ALIGN(0x1000); - .text : { *(.text .text.*) } :text =0xf4005800 + .text : { *(.text .text.*) } :text =0xf400fc01 /* RELRO DATA */ . = DATA_SEGMENT_ALIGN (0x10000, 0x1000); |