]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- obsolete file
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 15:47:12 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb-absolute-gnu_debuglink-path.patch -> 1.2

gdb-absolute-gnu_debuglink-path.patch [deleted file]

diff --git a/gdb-absolute-gnu_debuglink-path.patch b/gdb-absolute-gnu_debuglink-path.patch
deleted file mode 100644 (file)
index a6b4eb2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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,
This page took 0.038289 seconds and 4 git commands to generate.