Home
last modified time | relevance | path

Searched refs:warn_nops (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d30v.c44 static int warn_nops = 0; variable
259 warn_nops = NOP_ALL; in md_parse_option()
265 warn_nops = NOP_MULTIPLY; in md_parse_option()
624 if (warn_nops == NOP_ALL) in write_1_short()
1691 if (warn_nops == NOP_ALL || warn_nops == NOP_MULTIPLY) in md_assemble()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20042581 * config/tc-mips.c (warn_nops): Remove static variable.
2582 (macro): Remove test of warn_nops.
DChangeLog-00012235 * config/tc-mips.c (warn_nops): New variable. Set to 0 to
2237 (macro): Warn NOPS generated only if warn_nops is not 0.
2239 (md_parse_option): Set warn_nops to 1 for `n'.
DChangeLog-969735 (warn_nops): New static variable to give nop warning level.