Patch from David Carlton <carlton@math.stanford.edu>:
authorJim Blandy <jimb@codesourcery.com>
Tue, 30 Jul 2002 07:01:23 +0000 (07:01 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 30 Jul 2002 07:01:23 +0000 (07:01 +0000)
* 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/ChangeLog
gdb/gdbinit.in

index 326ba48f7d6e0c579fd8e75142bce4e7f6ac6008..6d94a24dc601261b48d0655999a7dd9a7488b2c4 100644 (file)
@@ -1,3 +1,10 @@
+2002-07-30  Jim Blandy  <jimb@redhat.com>
+
+       Patch from David Carlton <carlton@math.stanford.edu>:
+       * 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.
+
 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
 
        * gdb_obstack.h: New file.
index b6a32dba09f08ecedb394978e0cb149dcf2014b4..56881c97476894557a16c751ceadbfc3eafce1c4 100644 (file)
@@ -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)