]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
HACK: arm: get correct debug trace when using binary
authorJulien Grall <julien.grall@linaro.org>
Sun, 1 Jun 2014 22:51:26 +0000 (23:51 +0100)
committerJulien Grall <julien.grall@citrix.com>
Mon, 5 Oct 2015 17:55:56 +0000 (18:55 +0100)
sys/conf/ldscript.arm

index 353e36524a53b60bf56b6145ef02b651710c210d..bec42094f542bea6c0c5f0312ed2e99f38b92ae6 100644 (file)
@@ -6,7 +6,7 @@ SEARCH_DIR(/usr/lib);
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */
-  . = KERNVIRTADDR + SIZEOF_HEADERS;
+  . = KERNVIRTADDR;
   .text      :
   {
     *(.text)