This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testing Call frame information in .debug_frame section


On 02/15/2011 02:13 PM, Petr HluzÃn wrote:
> Note: The submitted code code does not print the platform GAS is
> configured for. If makefile/IDE is accidentally launching wrong build
> of GAS then user will have hard time figuring this out. If it is not
> an accident then the extra information is useful for googling since
> recovery steps may be different. ("CFI on arch FOO? You have to
> upgrade to version XY" vs "CFI on arch BAR? You have to apply this
> patch.")
> 
> -as_bad (_("CFI is not supported for this target"));
> +as_bad (_("CFI is not supported for target '" TARGET_FORMAT "'"));

String substitution doesn't work for i18n.  We could have put it in
a %s argument, but no other error message in gas includes this info;
I can't see why we need to use it here.

> Also "intelligable" looks like a typo. Perhaps "intelligible"?

Oops.  Fixing.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]