-
- Downloads
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.
Showing
- gas/ChangeLog 10 additions, 0 deletionsgas/ChangeLog
- gas/app.c 1 addition, 3 deletionsgas/app.c
- gas/as.h 4 additions, 0 deletionsgas/as.h
- gas/config/tc-ppc.h 1 addition, 1 deletiongas/config/tc-ppc.h
- gas/config/tc-z80.h 1 addition, 0 deletionsgas/config/tc-z80.h
- gas/read.c 2 additions, 2 deletionsgas/read.c
- gas/testsuite/gas/z80/strings.d 3 additions, 3 deletionsgas/testsuite/gas/z80/strings.d
Loading
Please register or sign in to comment