Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c642 static int g_switch_seen = 0; variable
3474 if (g_switch_seen && g_switch_value != 0) in md_begin()
3480 if (g_switch_seen && g_switch_value != 0) in md_begin()
14386 g_switch_seen = 1; in md_parse_option()
14540 if (g_switch_seen && g_switch_value != 0) in mips_after_parse_args()
15582 if (g_switch_seen && g_switch_value != 0) in s_option()
15919 if (g_switch_seen && g_switch_value != 0) in s_abicalls()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92953040 * config/tc-mips.c (g_switch_value, g_switch_seen): Define
7486 * config/tc-mips.c (g_switch_seen): New static variable.
7487 (md_parse_option): Set g_switch_seen for -G option.