]> git.pld-linux.org Git - packages/crossavr-gdb.git/blame - gdb-absolute-gnu_debuglink-path.patch
- outdated
[packages/crossavr-gdb.git] / gdb-absolute-gnu_debuglink-path.patch
CommitLineData
2b15c64d
PS
1--- gdb-6.5/gdb/symfile.c.orig 2006-02-25 05:36:39.000000000 +0100
2+++ gdb-6.5/gdb/symfile.c 2006-09-02 19:11:49.398989750 +0200
3@@ -1186,6 +1186,9 @@
4 if (basename == NULL)
5 return NULL;
6
7+ if (separate_debug_file_exists (basename, crc32))
8+ return basename;
9+
10 dir = xstrdup (objfile->name);
11
12 /* Strip off the final filename part, leaving the directory name,
This page took 0.074272 seconds and 4 git commands to generate.