Browse Source

* gdb_indent.sh: Allow the script to be run in the sim directory.

binutils-2_13-branch
Andrew Cagney 25 years ago
parent
commit
8efe637df4
  1. 4
      gdb/ChangeLog
  2. 1
      gdb/gdb_indent.sh

4
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> 2002-05-18 Mark Kettenis <kettenis@gnu.org>
* config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define. * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.

1
gdb/gdb_indent.sh

@ -47,6 +47,7 @@ esac
case `pwd` in case `pwd` in
*/gdb ) ;; */gdb ) ;;
*/sim/* ) ;;
* ) echo "Not in GDB directory" 1>&2 ; exit 1 ;; * ) echo "Not in GDB directory" 1>&2 ; exit 1 ;;
esac esac

Loading…
Cancel
Save