From 4c181d7fc0786f1efff156e29e3fda1572c22ee0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Gou Date: Fri, 25 Sep 2015 18:42:21 +0900 Subject: [PATCH] smp-x86: add supports for dump analyzer --- kernel/config/smp-x86.lds | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kernel/config/smp-x86.lds b/kernel/config/smp-x86.lds index 3390a869..7fb32c8a 100644 --- a/kernel/config/smp-x86.lds +++ b/kernel/config/smp-x86.lds @@ -41,9 +41,4 @@ SECTIONS } . = ALIGN(4096); _end = .; - - /DISCARD/ : { - *(.eh_frame) - *(.note.gnu.build-id) - } }