]> git.pld-linux.org Git - packages/gdb.git/blob - buildid-locate-rpm-pld.patch
- updated to 14.1 + rebased Fedora buildid patches set
[packages/gdb.git] / buildid-locate-rpm-pld.patch
1 --- gdb-7.7.1/gdb/build-id.c.old        2014-06-05 14:31:11.000000000 +0200
2 +++ gdb-7.7.1/gdb/build-id.c    2014-06-05 14:33:12.248235380 +0200
3 @@ -1190,13 +1190,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 -#ifdef DNF_DEBUGINFO_INSTALL
9 -                             "dnf"
10 -#else
11 -                             "yum"
12 -#endif
13 -                             " --enablerepo='*debug*' install", debug);
14 +         fprintf_unfiltered (gdb_stdlog, _("Try to install package that provides `%s' file\n"),
15 +                             debug);
16        }
17  }
18  
This page took 0.040376 seconds and 3 git commands to generate.