]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-6.5-bz218379-solib-trampoline-lookup-lock-fix.patch
- update to 6.8.91.20090930-1 from fedora
[packages/gdb.git] / gdb-6.5-bz218379-solib-trampoline-lookup-lock-fix.patch
index 5fee1e6e66aaa5dd57bc44080f914b25a3cd4213..b7bbe42af0d7764a4a87a6c127df7d4c6e24cf47 100644 (file)
@@ -1,11 +1,11 @@
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218379
 
 
-Index: gdb-6.8/gdb/symtab.c
+Index: gdb-6.8.50.20090803/gdb/symtab.c
 ===================================================================
---- gdb-6.8.orig/gdb/symtab.c  2008-02-05 23:17:40.000000000 +0100
-+++ gdb-6.8/gdb/symtab.c       2008-07-14 10:27:32.000000000 +0200
-@@ -2132,6 +2132,13 @@ find_pc_sect_line (CORE_ADDR pc, struct 
+--- gdb-6.8.50.20090803.orig/gdb/symtab.c      2009-08-03 16:09:36.000000000 +0200
++++ gdb-6.8.50.20090803/gdb/symtab.c   2009-08-03 16:13:13.000000000 +0200
+@@ -2261,6 +2261,13 @@ find_pc_sect_line (CORE_ADDR pc, struct 
          /* See above comment about why warning is commented out */
          /* warning ("In stub for %s; unable to find real function/line info", SYMBOL_LINKAGE_NAME (msymbol)) */ ;
        /* fall through */
@@ -14,7 +14,7 @@ Index: gdb-6.8/gdb/symtab.c
 +         Avoid `find_pc_sect_line'<->`find_pc_line' infinite loop.
 +         Red Hat Bug 218379.  */
 +      else if (SYMBOL_VALUE (mfunsym) == pc)
-+        warning ("In stub for %s (0x%s); interlocked, please submit the binary to http://bugzilla.redhat.com", SYMBOL_LINKAGE_NAME (msymbol), paddr (pc));
++        warning ("In stub for %s (0x%s); interlocked, please submit the binary to http://bugzilla.redhat.com", SYMBOL_LINKAGE_NAME (msymbol), paddress (target_gdbarch, pc));
 +      /* fall through */
        else
          return find_pc_line (SYMBOL_VALUE_ADDRESS (mfunsym), 0);
This page took 0.052731 seconds and 4 git commands to generate.