Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-avr.c360 static struct avr_opt_s avr_opt = { 0, 0, 0, 0 }; variable
592 avr_opt.all_opcodes = 1; in md_parse_option()
595 avr_opt.no_skip_bug = 1; in md_parse_option()
598 avr_opt.no_wrap = 1; in md_parse_option()
604 avr_opt.no_link_relax = 0; in md_parse_option()
607 avr_opt.no_link_relax = 1; in md_parse_option()
659 linkrelax = !avr_opt.no_link_relax; in md_begin()
973 if (!avr_opt.all_opcodes && (op_mask & 0x100F) in avr_operand()
1000 if (!avr_opt.all_opcodes in avr_operand()
1194 if (!avr_opt.all_opcodes && AVR_UNDEF_P (bin)) in avr_operands()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00015814 (avr_opt): New struct variable, how the new switches are set.