patch-2.3.99-pre6 linux/arch/ia64/vmlinux.lds.S

Next file: linux/arch/m68k/mm/fault.c
Previous file: linux/arch/ia64/tools/print_offsets.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/arch/ia64/vmlinux.lds.S linux/arch/ia64/vmlinux.lds.S
@@ -8,7 +8,7 @@
 ENTRY(_start)
 SECTIONS
 {
-  v = PAGE_OFFSET;	/* this symbol is here to make debugging with kdb easier... */
+  v = PAGE_OFFSET;	/* this symbol is here to make debugging easier... */
 
   . = KERNEL_START;
 
@@ -38,21 +38,6 @@
   __ex_table : AT(ADDR(__ex_table) - PAGE_OFFSET)
 	{ *(__ex_table) }
   __stop___ex_table = .;
-
-#if defined(CONFIG_KDB)
-  /* Kernel symbols and strings for kdb */
-# define KDB_MEAN_SYMBOL_SIZE	48
-# define KDB_SPACE		(CONFIG_KDB_STBSIZE * KDB_MEAN_SYMBOL_SIZE)
-  . = ALIGN(8);
-  _skdb = .;
-  .kdb : AT(ADDR(.kdb) - PAGE_OFFSET)
-    {
-	*(kdbsymtab)
-	*(kdbstrings)
-    }
-  _ekdb = .;
-  . = _skdb + KDB_SPACE;
-#endif
 
   /* Kernel symbol names for modules: */
   .kstrtab : AT(ADDR(.kstrtab) - PAGE_OFFSET)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)