Skip to content
Snippets Groups Projects
Commit 16d87673 authored by Sergey Belyashov's avatar Sergey Belyashov Committed by Nick Clifton
Browse files

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.
parent f2a3559d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment