]> git.pld-linux.org Git - packages/gdb.git/blame - buildid-locate-rpm-pld.patch
- rel 2
[packages/gdb.git] / buildid-locate-rpm-pld.patch
CommitLineData
63e28328
PS
1--- gdb-7.2/gdb/elfread.c.orig 2010-10-16 10:25:51.886687929 +0200
2+++ gdb-7.2/gdb/elfread.c 2010-10-16 10:26:30.752319402 +0200
3@@ -1878,9 +1878,8 @@
a59c1d89
ER
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"),
63e28328
PS
8- "yum --disablerepo='*' --enablerepo='*-debuginfo'"
9- " install", debug);
a59c1d89
ER
10+ fprintf_unfiltered (gdb_stdlog, _("Try to install package that provides `%s' file\n"),
11+ debug);
12 }
13 }
14
This page took 0.079915 seconds and 4 git commands to generate.