HomeSort by: relevance | last modified time | path
    Searched refs:have_gccisr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-avr.c 476 int have_gccisr; /* Whether "__gcc_isr" is a known (pseudo) insn. */ member in struct:avr_opt_s
763 avr_opt.have_gccisr = 1;
1410 if (avr_opt.have_gccisr)
1917 && !avr_opt.have_gccisr)
2734 gas_assert (avr_opt.have_gccisr);
2883 if (avr_opt.have_gccisr)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-avr.c 476 int have_gccisr; /* Whether "__gcc_isr" is a known (pseudo) insn. */ member in struct:avr_opt_s
763 avr_opt.have_gccisr = 1;
1410 if (avr_opt.have_gccisr)
1917 && !avr_opt.have_gccisr)
2734 gas_assert (avr_opt.have_gccisr);
2883 if (avr_opt.have_gccisr)

Completed in 78 milliseconds