Rename "wild_match" parameter in add_symbols_from_enclosing_procs
[deliverable/binutils-gdb.git] / gdb / iq2000-tdep.c
index b89d1ece49cf5b95b3446de68c8b28eb5c14f8ee..dd8ad619bb9aa7ec93d87f39625122165f55b26f 100644 (file)
@@ -1,8 +1,8 @@
 /* Target-dependent code for the IQ2000 architecture, for GDB, the GNU
    Debugger.
 
-   Copyright (C) 2000, 2004, 2005, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004-2005, 2007-2012 Free Software Foundation,
+   Inc.
 
    Contributed by Red Hat.
 
@@ -436,6 +436,7 @@ iq2000_frame_this_id (struct frame_info *this_frame, void **this_cache,
 
 static const struct frame_unwind iq2000_frame_unwind = {
   NORMAL_FRAME,
+  default_frame_unwind_stop_reason,
   iq2000_frame_this_id,
   iq2000_frame_prev_register,
   NULL,
@@ -485,7 +486,7 @@ iq2000_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr,
   static const unsigned char little_breakpoint[] = { 0x0d, 0x00, 0x00, 0x00 };
 
   if ((*pcptr & 3) != 0)
-    error ("breakpoint_from_pc: invalid breakpoint address 0x%lx",
+    error (_("breakpoint_from_pc: invalid breakpoint address 0x%lx"),
           (long) *pcptr);
 
   *lenptr = 4;
This page took 0.023988 seconds and 4 git commands to generate.