From: Doug Evans Date: Wed, 8 Jun 2011 01:40:58 +0000 (+0000) Subject: * cc-with-index.sh: Look for ../../gdb, for fullname.exp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8e9bd6c6461ea6a53d5a48bad21aab75cd1e9e5;p=binutils-gdb.git * cc-with-index.sh: Look for ../../gdb, for fullname.exp. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 515ab236297..e88f1c44aca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ 2011-06-07 Doug Evans * cc-with-index.sh: Fix typos in comment. + Look for ../../gdb, for fullname.exp. 2011-06-07 Jan Kratochvil Pedro Alves diff --git a/gdb/cc-with-index.sh b/gdb/cc-with-index.sh index 4e907f90f42..2de7a160098 100644 --- a/gdb/cc-with-index.sh +++ b/gdb/cc-with-index.sh @@ -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