From: Arkadiusz Miƛkiewicz Date: Sun, 5 Jul 2009 15:47:12 +0000 (+0000) Subject: - obsolete file X-Git-Tag: auto/th/gdb-7_0-3~10 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=3af5402e26bd3225409007165c882b37cd495e49;p=packages%2Fgdb.git - obsolete file Changed files: gdb-absolute-gnu_debuglink-path.patch -> 1.2 --- diff --git a/gdb-absolute-gnu_debuglink-path.patch b/gdb-absolute-gnu_debuglink-path.patch deleted file mode 100644 index a6b4eb2..0000000 --- a/gdb-absolute-gnu_debuglink-path.patch +++ /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,