From 02e3ceecab4755f72336263f1aa05f8967eb77d9 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 3 Aug 2007 11:43:01 -0400 Subject: [PATCH] --- yaml --- r: 64481 b: refs/heads/master c: 6c76988b813ae7a9fa2282032effa6f5a66dd8d2 h: refs/heads/master i: 64479: 299b725e762207fbf7e35f5ea80fff67a3e52230 v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/vmlinux.lds.S | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index a03793c77f8f..e8e9319ca587 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bda4d16cee1b70c61392bb76cb4119179348c176 +refs/heads/master: 6c76988b813ae7a9fa2282032effa6f5a66dd8d2 diff --git a/trunk/arch/mips/kernel/vmlinux.lds.S b/trunk/arch/mips/kernel/vmlinux.lds.S index bc9bae2a73f4..60bbaecde187 100644 --- a/trunk/arch/mips/kernel/vmlinux.lds.S +++ b/trunk/arch/mips/kernel/vmlinux.lds.S @@ -142,15 +142,16 @@ SECTIONS *(.exitcall.exit) /* ABI crap starts here */ - *(.comment) *(.MIPS.options) - *(.note) *(.options) *(.pdr) *(.reginfo) - *(.mdebug*) } + /* These mark the ABI of the kernel for debuggers. */ + .mdebug.abi32 : { KEEP(*(.mdebug.abi32)) } + .mdebug.abi64 : { KEEP(*(.mdebug.abi64)) } + /* This is the MIPS specific mdebug section. */ .mdebug : { *(.mdebug) }