aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-18 19:50:20 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-18 19:50:20 +0000
commit8efe637df417b2d83b783ed0bee4b4a68ccfd7f8 (patch)
tree1aab7e39c7c760b2329ed27325b1d7ce42171b4b /gdb
parentf0f625e28bb5ce8ee3f4d46d023a29ddec4617d7 (diff)
downloadgdb-8efe637df417b2d83b783ed0bee4b4a68ccfd7f8.zip
gdb-8efe637df417b2d83b783ed0bee4b4a68ccfd7f8.tar.gz
gdb-8efe637df417b2d83b783ed0bee4b4a68ccfd7f8.tar.bz2
* gdb_indent.sh: Allow the script to be run in the sim directory.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rwxr-xr-xgdb/gdb_indent.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d4c83cc..623c9b2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-18 Andrew Cagney <ac131313@redhat.com>
+
+ * gdb_indent.sh: Allow the script to be run in the sim directory.
+
2002-05-18 Mark Kettenis <kettenis@gnu.org>
* config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
diff --git a/gdb/gdb_indent.sh b/gdb/gdb_indent.sh
index e54e08e..1e727fe 100755
--- a/gdb/gdb_indent.sh
+++ b/gdb/gdb_indent.sh
@@ -47,6 +47,7 @@ esac
case `pwd` in
*/gdb ) ;;
+ */sim/* ) ;;
* ) echo "Not in GDB directory" 1>&2 ; exit 1 ;;
esac