Testing Call frame information in .debug_frame section

Richard Henderson rth@redhat.com
Wed Feb 16 16:51:00 GMT 2011


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~



More information about the Binutils mailing list