]> git.pld-linux.org Git - packages/crossavr-gdb.git/blob - gdb-absolute-gnu_debuglink-path.patch
- cleanup
[packages/crossavr-gdb.git] / gdb-absolute-gnu_debuglink-path.patch
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.028849 seconds and 3 git commands to generate.