From 67f0714670383a2c0c1431676339f0cc8e55a23a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 30 Jul 2002 07:01:23 +0000 Subject: Patch from David Carlton : * gdbinit.in: Move the `dir' commands that add GDB's own source directory to the search path to the end, so that the `gdb' source directory will be searched first. --- gdb/gdbinit.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/gdbinit.in') diff --git a/gdb/gdbinit.in b/gdb/gdbinit.in index b6a32db..56881c9 100644 --- a/gdb/gdbinit.in +++ b/gdb/gdbinit.in @@ -10,9 +10,9 @@ commands return end -dir @srcdir@ -dir . dir @srcdir@/../mmalloc dir @srcdir@/../libiberty dir @srcdir@/../bfd +dir @srcdir@ +dir . set prompt (top-gdb) -- cgit v1.1