config/debug/gdb.in
changeset 1603 e0ef539e23d9
parent 1535 073d351bdcd3
child 1605 c400f421858e
     1.1 --- a/config/debug/gdb.in	Sun Sep 13 18:38:06 2009 +0200
     1.2 +++ b/config/debug/gdb.in	Wed Oct 28 18:55:40 2009 +0100
     1.3 @@ -117,16 +117,6 @@
     1.4      bool
     1.5      prompt "6.6"
     1.6  
     1.7 -config GDB_V_6_5
     1.8 -    bool
     1.9 -    prompt "6.5 (OBSOLETE)"
    1.10 -    depends on OBSOLETE
    1.11 -
    1.12 -config GDB_V_6_4
    1.13 -    bool
    1.14 -    prompt "6.4 (OBSOLETE)"
    1.15 -    depends on OBSOLETE
    1.16 -
    1.17  config GDB_V_snapshot
    1.18      bool
    1.19      prompt "snapshot (EXPERIMENTAL)"
    1.20 @@ -143,8 +133,6 @@
    1.21      default "6.7.1" if GDB_V_6_7_1
    1.22      default "6.7" if GDB_V_6_7
    1.23      default "6.6" if GDB_V_6_6
    1.24 -    default "6.5" if GDB_V_6_5
    1.25 -    default "6.4" if GDB_V_6_4
    1.26      default "snapshot" if GDB_V_snapshot
    1.27  
    1.28  if GDB_NATIVE