Author: pluto                        Date: Sat Sep  2 18:00:36 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- try to direct load before searching in specific dirs.

---- Files affected:
SOURCES:
   gdb-absolute-gnu_debuglink-path.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gdb-absolute-gnu_debuglink-path.patch
diff -u /dev/null SOURCES/gdb-absolute-gnu_debuglink-path.patch:1.1
--- /dev/null   Sat Sep  2 20:00:36 2006
+++ SOURCES/gdb-absolute-gnu_debuglink-path.patch       Sat Sep  2 20:00:30 2006
@@ -0,0 +1,12 @@
+--- gdb-6.5/gdb/symfile.c.orig 2006-02-25 05:36:39.000000000 +0100
++++ gdb-6.5/gdb/symfile.c      2006-09-02 19:11:49.398989750 +0200
+@@ -1186,6 +1186,9 @@
+   if (basename == NULL)
+     return NULL;
+ 
++  if (separate_debug_file_exists (basename, crc32))
++    return basename;
++
+   dir = xstrdup (objfile->name);
+ 
+   /* Strip off the final filename part, leaving the directory name,
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to