From bfa79ad670d234e9579bf0a2e3070600696a2091 Mon Sep 17 00:00:00 2001 From: joonicks Date: Sun, 21 Sep 2025 14:40:55 +0200 Subject: [PATCH] code segments layout tweak --- src/ld/elf64-x86-64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ld/elf64-x86-64 b/src/ld/elf64-x86-64 index 34e148d..70f0cbe 100644 --- a/src/ld/elf64-x86-64 +++ b/src/ld/elf64-x86-64 @@ -61,10 +61,10 @@ SECTIONS *(.text.hot .text.hot.*) *(.text.e) /* RARE */ *(.text.d) /* INIT */ - *(.text.b) /* CFG1 */ *(.text.c) /* CMD1 */ *(.text.a) /* CORE */ *(.text.f) /* DBUG */ + *(.text.b) /* CFG1 */ *(.text .stub .text.* .gnu.linkonce.t.*) /* .gnu.warning sections are handled specially by elf32.em. */ *(.gnu.warning)