* linespec.c (decode_objc): Add cleanup to free
[deliverable/binutils-gdb.git] / gdb / solib-pa64.c
index c3a0b31c97246212174557c0ae5694f3ad38d10e..2b8d06156025893b063aeba131112e14b9c3b5a2 100644 (file)
@@ -383,8 +383,8 @@ manpage for methods to privately map shared library text."));
         routine.  */
       load_addr = regcache_read_pc (get_current_regcache ())
                  - tmp_bfd->start_address;
-      sym_addr = bfd_lookup_symbol_from_symtab (tmp_bfd, cmp_name,
-                                               "__dld_break");
+      sym_addr = gdb_bfd_lookup_symbol_from_symtab (tmp_bfd, cmp_name,
+                                                   "__dld_break");
       sym_addr = load_addr + sym_addr + 4;
       
       /* Create the shared library breakpoint.  */
This page took 0.038193 seconds and 4 git commands to generate.