Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-frv.c228 #define OPTION_NOPIC (OPTION_MD_BASE + 22) macro
255 { "mnopic", no_argument, NULL, OPTION_NOPIC },
436 case OPTION_NOPIC: in md_parse_option()
Dtc-bfin.c333 #define OPTION_NOPIC (OPTION_MD_BASE + 1) macro
340 { "mnopic", no_argument, NULL, OPTION_NOPIC },
341 { "mno-fdpic", no_argument, NULL, OPTION_NOPIC },
429 case OPTION_NOPIC: in md_parse_option()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20081133 (OPTION_NOPIC): Define.
1135 (md_parse_option): Handle OPTION_NOPIC.
DChangeLog-20041850 (OPTION_NOPIC): New.