Home
last modified time | relevance | path

Searched refs:no_cond_jump_promotion (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/gas/config/
HDtc-i386.c331 static unsigned int no_cond_jump_promotion = 0; variable
1170 no_cond_jump_promotion = 0; in set_cpu_arch()
1178 no_cond_jump_promotion = 1; in set_cpu_arch()
5371 && (!no_cond_jump_promotion || fragP->fr_var != NO_RELOC))
5391 if (no_cond_jump_promotion && fragP->fr_var == NO_RELOC)
5474 if (no_cond_jump_promotion
/NextBSD/contrib/binutils/gas/
HDChangeLog-00013212 * config/tc-i386.c (no_cond_jump_promotion): New.
3225 leave conditional jumps small if no_cond_jump_promotion.
HDChangeLog-02035953 reloc when no_cond_jump_promotion.