mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2011-01-11 Michael Snyder <msnyder@vmware.com>
* arm-tdep.c: Internationalization. * c-lang.c: Ditto. * charset.c: Ditto. * fork-child.c: Ditto. * nto-procfs.c: Ditto. * ppc-sysv-tdep.c: Ditto. * procfs.c: Ditto. * remote-mips.c: Ditto. * remote.c: Ditto. * rs6000-nat.c: Ditto. * rs6000-tdep.c: Ditto. * target.c: Ditto. * valops.c: Ditto. * value.c: Ditto. * xml-support.c: Ditto. * mi/mi-cmd-break.c: Ditto. * mi/mi-cmd-var.c: Ditto. * mi/mi-interp.c: Ditto. * mi/mi-main.c: Ditto.
This commit is contained in:
@ -1256,7 +1256,7 @@ value_of_internalvar (struct gdbarch *gdbarch, struct internalvar *var)
|
||||
break;
|
||||
|
||||
default:
|
||||
internal_error (__FILE__, __LINE__, "bad kind");
|
||||
internal_error (__FILE__, __LINE__, _("bad kind"));
|
||||
}
|
||||
|
||||
/* Change the VALUE_LVAL to lval_internalvar so that future operations
|
||||
@ -1336,7 +1336,7 @@ set_internalvar_component (struct internalvar *var, int offset, int bitpos,
|
||||
|
||||
default:
|
||||
/* We can never get a component of any other kind. */
|
||||
internal_error (__FILE__, __LINE__, "set_internalvar_component");
|
||||
internal_error (__FILE__, __LINE__, _("set_internalvar_component"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user