Searched refs:rcall_spec (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Dgen-avr-mmcu-specs.c110 const char *rcall_spec; local
162 rcall_spec = "";
166 rcall_spec = rcall ? "-mshort-calls" : "%<mshort-calls";
283 fprintf (f, "%s ", rcall_spec);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Dgen-avr-mmcu-specs.cc110 const char *rcall_spec; local
162 rcall_spec = "";
166 rcall_spec = rcall ? "-mshort-calls" : "%<mshort-calls";
283 fprintf (f, "%s ", rcall_spec);

Completed in 71 milliseconds