* cc-with-index.sh: Look for ../../gdb, for fullname.exp.

This commit is contained in:
Doug Evans 2011-06-08 01:40:58 +00:00
parent d3aeb6ee26
commit b8e9bd6c64
2 changed files with 4 additions and 0 deletions

View 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>

View 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