On 04/09/2013 11:55 AM, Senthil Kumar Selvaraj wrote:
+          error_at (loc, "dwarf version is not allowed. "
+                  "Try -gdwarf-%d or -g%d instead.", value, value);

Let's be a bit more verbose, maybe

+       error_at (loc, "%<-gdwarf%s> is ambiguous; "
+                 "use %<-gdwarf-%s%> for DWARF version "
+                 "or %<-gdwarf -g%s%> for debug level", arg, arg, arg);

OK with that change, thanks.

Jason

Reply via email to