]> git.pld-linux.org Git - packages/gdb.git/blame - buildid-locate-rpm-pld.patch
- release 4
[packages/gdb.git] / buildid-locate-rpm-pld.patch
CommitLineData
a59c1d89
ER
1--- gdb-7.0/gdb/symfile.c~ 2009-12-08 08:19:05.000000000 +0200
2+++ gdb-7.0/gdb/symfile.c 2009-12-08 08:47:21.738081248 +0200
3@@ -2236,8 +2236,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='*-debuginfo' 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.051756 seconds and 4 git commands to generate.