bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/25311] [PATCH] Replace macro NO_STRING_ESCAPES


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/25311] [PATCH] Replace macro NO_STRING_ESCAPES
Date: Fri, 03 Jan 2020 16:24:32 +0000

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 <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=16d87673993dc1dba10cd86996a9b016af38da12

commit 16d87673993dc1dba10cd86996a9b016af38da12
Author: Sergey Belyashov <address@hidden>
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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]