Kill CONFIG_UNWIND_INFO option that was errouneously defined in lib/Kconfig.kgdb
after having been removed from lib/Kconfig.debug by Linus Torvalds along with
stack unwinding support (see commit d1526e2cda64d5a1de56aef50bad9e5df14245c2).

Signed-off-by: Sergei Shtylyov <[EMAIL PROTECTED]>

---
The patch is against the top of KGDB patchset in the linux_2_6_21_uprev branch.
Now we probably need to restore cfi_annotations.patch?..

 lib/Kconfig.kgdb |    5 -----
 1 files changed, 5 deletions(-)

Index: linux-2.6/lib/Kconfig.kgdb
===================================================================
--- linux-2.6.orig/lib/Kconfig.kgdb
+++ linux-2.6/lib/Kconfig.kgdb
@@ -2,14 +2,9 @@
 config WANT_EXTRA_DEBUG_INFORMATION
        bool
        select DEBUG_INFO
-       select UNWIND_INFO
        select FRAME_POINTER if X86 || SUPERH
        default n
 
-config UNWIND_INFO
-       bool
-       default n
-
 config KGDB
        bool "KGDB: kernel debugging with remote gdb"
        select WANT_EXTRA_DEBUG_INFORMATION


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to