Home
last modified time | relevance | path

Searched refs:do_not_ignore_hash (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-d10v.c65 static int do_not_ignore_hash = 0; variable
414 int save = do_not_ignore_hash; in get_operands()
415 do_not_ignore_hash = 1; in get_operands()
419 do_not_ignore_hash = save; in get_operands()
1692 if (*input_line_pointer == '#' && ! do_not_ignore_hash) in md_operand()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-98991161 * config/tc-d10v.c (do_not_ignore_hash): New variable.
1164 (md_operand): Only ignore '#' symbols if do_not_ignore_hash is