]> git.pld-linux.org Git - packages/gdb.git/blob - buildid-locate-rpm-pld.patch
- readline_echoing_p/_rl_echoing_p handled by gdb-readline-6.0.patch
[packages/gdb.git] / buildid-locate-rpm-pld.patch
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.0318 seconds and 3 git commands to generate.