]> git.pld-linux.org Git - packages/gdb.git/blobdiff - buildid-locate-rpm-pld.patch
- updated build-id patches from fedora to gdb 7.6
[packages/gdb.git] / buildid-locate-rpm-pld.patch
index 8924e7e0e6798c2b15b87d5eae22c51eeacdca14..aa146d6cc0f87b587548d73cce36575f82bebf7e 100644 (file)
@@ -1,12 +1,11 @@
---- gdb-7.2/gdb/elfread.c.orig 2010-10-16 10:25:51.886687929 +0200
-+++ gdb-7.2/gdb/elfread.c      2010-10-16 10:26:30.752319402 +0200
-@@ -1878,9 +1878,8 @@
+--- gdb-7.5.0.20120926/gdb/elfread.c.orig      2012-11-18 20:50:42.844619396 +0100
++++ gdb-7.5.0.20120926/gdb/elfread.c   2012-11-18 20:52:37.756554669 +0100
+@@ -2237,8 +2237,8 @@
        fprintf_unfiltered (gdb_stdlog,
                            _("Missing separate debuginfo for %s\n"), binary);
          if (debug != NULL)
 -        fprintf_unfiltered (gdb_stdlog, _("Try: %s %s\n"),
--                            "yum --disablerepo='*' --enablerepo='*-debuginfo'"
--                            " install", debug);
+-                            "yum --enablerepo='*debug*' install", debug);
 +        fprintf_unfiltered (gdb_stdlog, _("Try to install package that provides `%s' file\n"),
 +                            debug);
        }
This page took 0.028974 seconds and 4 git commands to generate.