* cc-with-index.sh: Look for ../../gdb, for fullname.exp.
authorDoug Evans <dje@google.com>
Wed, 8 Jun 2011 01:40:58 +0000 (01:40 +0000)
committerDoug Evans <dje@google.com>
Wed, 8 Jun 2011 01:40:58 +0000 (01:40 +0000)
gdb/ChangeLog
gdb/cc-with-index.sh

index 515ab236297acba2d4fa7a015688ec93af7b4fea..e88f1c44aca39e692d0a03c9a590db7e6bbf1b4e 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 4e907f90f42282544f9e06e7fe48bb11befc0884..2de7a16009834a2f1c302f26d2ddbec923225d42 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