https://sourceware.org/bugzilla/show_bug.cgi?id=25311
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <ni...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=16d87673993dc1dba10cd86996a9b016af38da12 commit 16d87673993dc1dba10cd86996a9b016af38da12 Author: Sergey Belyashov <sergey.belyas...@gmail.com> Date: Fri Jan 3 16:23:19 2020 +0000 Allow individual targets to decide if string escapes should be allowed. Disable for PPC and Z80. PR 25311 * as.h (TC_STRING_ESCAPES): Provide a default definition. * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of NO_STRING_ESCAPES. * read.c (next_char_of_string): Likewise. * config/tc-ppc.h (TC_STRING_ESCAPES): Define. * config/tc-z80.h (TC_STRING_ESCAPES): Define. -- You are receiving this mail because: You are on the CC list for the bug.