* app.c (do_scrub_chars): Only issue warnings about tick
characters detected in symbol strings if hex ticks are supported.
+2008-09-29 Nick Clifton <nickc@redhat.com>
+
+ PR 6878
+ * app.c (do_scrub_chars): Only issue warnings about tick
+ characters detected in symbol strings if hex ticks are supported.
+
2008-09-29 Nick Clifton <nickc@redhat.com>
* dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
#ifndef IEEE_STYLE
case LEX_IS_ONECHAR_QUOTE:
- if (state == 9)
+#ifdef H_TICK_HEX
+ if (state == 9 && enable_h_tick_hex)
{
char c;
as_warn ("'%c found after symbol", c);
UNGET (c);
}
+#endif
if (state == 10)
{
/* Preserve the whitespace in foo 'b'. */