]> git.pld-linux.org Git - packages/gdb.git/blob - buildid-locate-rpm-pld.patch
- updated build-id patches from fedora to gdb 7.6
[packages/gdb.git] / buildid-locate-rpm-pld.patch
1 --- gdb-7.5.0.20120926/gdb/elfread.c.orig       2012-11-18 20:50:42.844619396 +0100
2 +++ gdb-7.5.0.20120926/gdb/elfread.c    2012-11-18 20:52:37.756554669 +0100
3 @@ -2237,8 +2237,8 @@
4         fprintf_unfiltered (gdb_stdlog,
5                             _("Missing separate debuginfo for %s\n"), binary);
6          if (debug != NULL)
7 -         fprintf_unfiltered (gdb_stdlog, _("Try: %s %s\n"),
8 -                             "yum --enablerepo='*debug*' install", debug);
9 +         fprintf_unfiltered (gdb_stdlog, _("Try to install package that provides `%s' file\n"),
10 +                             debug);
11        }
12  }
13  
This page took 0.026283 seconds and 3 git commands to generate.