]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- updated for 7.2.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 16 Oct 2010 08:42:22 +0000 (08:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    buildid-locate-rpm-pld.patch -> 1.2

buildid-locate-rpm-pld.patch

index ad8bb0eabb034bdde3d689891d2fade31dcce631..8924e7e0e6798c2b15b87d5eae22c51eeacdca14 100644 (file)
@@ -1,11 +1,12 @@
---- gdb-7.0/gdb/symfile.c~     2009-12-08 08:19:05.000000000 +0200
-+++ gdb-7.0/gdb/symfile.c      2009-12-08 08:47:21.738081248 +0200
-@@ -2236,8 +2236,8 @@
+--- 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 @@
        fprintf_unfiltered (gdb_stdlog,
                            _("Missing separate debuginfo for %s\n"), binary);
          if (debug != NULL)
 -        fprintf_unfiltered (gdb_stdlog, _("Try: %s %s\n"),
--                            "yum --enablerepo='*-debuginfo' install", debug);
+-                            "yum --disablerepo='*' --enablerepo='*-debuginfo'"
+-                            " install", debug);
 +        fprintf_unfiltered (gdb_stdlog, _("Try to install package that provides `%s' file\n"),
 +                            debug);
        }
This page took 0.116495 seconds and 4 git commands to generate.