OSDN Git Service

* cc-with-index.sh: Look for ../../gdb, for fullname.exp.
authordevans <devans>
Wed, 8 Jun 2011 01:40:58 +0000 (01:40 +0000)
committerdevans <devans>
Wed, 8 Jun 2011 01:40:58 +0000 (01:40 +0000)
gdb/ChangeLog
gdb/cc-with-index.sh

index 515ab23..e88f1c4 100644 (file)
@@ -1,6 +1,7 @@
 2011-06-07  Doug Evans  <dje@google.com>
 
        * cc-with-index.sh: Fix typos in comment.
+       Look for ../../gdb, for fullname.exp.
 
 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Pedro Alves  <pedro@codesourcery.com>
index 4e907f9..2de7a16 100644 (file)
@@ -40,6 +40,9 @@ then
     elif [ -f ../gdb ]
     then
        GDB="../gdb"
+    elif [ -f ../../gdb ]
+    then
+       GDB="../../gdb"
     else
        echo "$myname: unable to find usable gdb" >&2
        exit 1