| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ths@linux-mips.org |
| Date: | Thu, 06 Jan 2005 23:16:15 +0000 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/01/06 23:16:09
Modified files:
arch/mips/kernel: vmlinux.lds.S
Log message:
Discard .mdebug* as well.
diff -urN linux/arch/mips/kernel/vmlinux.lds.S
linux/arch/mips/kernel/vmlinux.lds.S
--- linux/arch/mips/kernel/vmlinux.lds.S 2004/10/26 11:47:42 1.11
+++ linux/arch/mips/kernel/vmlinux.lds.S 2005/01/06 23:16:09 1.12
@@ -156,6 +156,7 @@
*(.options)
*(.pdr)
*(.reginfo)
+ *(.mdebug*)
}
/* This is the MIPS specific mdebug section. */
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ths |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ths |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ths |
| Next by Thread: | CVS Update@linux-mips.org: linux, ths |
| Indexes: | [Date] [Thread] [Top] [All Lists] |