* app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape
authorIan Lance Taylor <ian@airs.com>
Thu, 14 Oct 1993 21:03:14 +0000 (21:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 14 Oct 1993 21:03:14 +0000 (21:03 +0000)
commit545081384891df719c0f75a6d2c42ef4a3253754
tree40ec06002116190398530f11a1f50afe4277a2a9
parentc17cd709263676ccfdaed20d432c3ee44a51b30b
* app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape
characters in state 6.
* read.c (next_char_of_string): Accept \Xh* and \xh* where h* are
hexidecimal digits.
gas/ChangeLog