From 63fea6fbd4cc4bbc62ba49d0ede6b177fca17529 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Sun, 1 Jun 2014 23:51:26 +0100 Subject: [PATCH] HACK: arm: get correct debug trace when using binary --- sys/conf/ldscript.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/ldscript.arm b/sys/conf/ldscript.arm index 353e36524a53..bec42094f542 100644 --- a/sys/conf/ldscript.arm +++ b/sys/conf/ldscript.arm @@ -6,7 +6,7 @@ SEARCH_DIR(/usr/lib); SECTIONS { /* Read-only sections, merged into text segment: */ - . = KERNVIRTADDR + SIZEOF_HEADERS; + . = KERNVIRTADDR; .text : { *(.text) -- 2.39.5