On 03/07/2012 05:22 PM, Jan Kratochvil wrote: > On Wed, 07 Mar 2012 19:22:54 +0100, Luis Gustavo wrote: >> +++ HEAD-git/gdb/ax-gdb.c 2012-03-07 14:16:23.846145476 -0300 >> @@ -557,8 +557,8 @@ gen_fetch (struct agent_expr *ax, struct >> pointer (other code's fault), or we're not implementing >> something we should be (this code's fault). In any case, >> it's a bug the user shouldn't see. */ >> - internal_error (__FILE__, __LINE__, >> - _("gen_fetch: bad type code")); >> + error (_("gen_fetch: Unsupported type code `%s'."), >> + TYPE_NAME (type)); > > I find it OK but here the comment should be updated. > > > Thanks, > Jan How about this one? Luis