* elf32-bfin.c (bfin_howto_table): Set src_mask to 0 for all relocs.
[deliverable/binutils-gdb.git] / gdb / macroscope.c
index c6da69891cd4cbe92d789c789f5395c5258c1b44..ed3ea8362f9d8b22358a25c66c38dfa614fe15b6 100644 (file)
@@ -70,8 +70,8 @@ sal_macro_scope (struct symtab_and_line sal)
       ms->line = -1;
 
       complaint (&symfile_complaints,
-                 "symtab found for `%s', but that file\n"
-                 "is not covered in the compilation unit's macro information",
+                 _("symtab found for `%s', but that file\n"
+                 "is not covered in the compilation unit's macro information"),
                  sal.symtab->filename);
     }
 
@@ -88,7 +88,7 @@ default_macro_scope (void)
 
   /* If there's a selected frame, use its PC.  */ 
   if (deprecated_selected_frame)
-    sal = find_pc_line (deprecated_selected_frame->pc, 0);
+    sal = find_pc_line (get_frame_pc (deprecated_selected_frame), 0);
   
   /* If the target has any registers at all, then use its PC.  Why we
      would have registers but no stack, I'm not sure.  */
This page took 0.025278 seconds and 4 git commands to generate.