Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c596 static unsigned int no_cond_jump_promotion = 0; variable
2454 no_cond_jump_promotion = 0; in set_cpu_arch()
2462 no_cond_jump_promotion = 1; in set_cpu_arch()
8950 && (!no_cond_jump_promotion || fragP->fr_var != NO_RELOC)) in md_estimate_size_before_relax()
8970 if (no_cond_jump_promotion && fragP->fr_var == NO_RELOC) in md_estimate_size_before_relax()
9051 if (no_cond_jump_promotion in md_convert_frag()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00013202 * config/tc-i386.c (no_cond_jump_promotion): New.
3215 leave conditional jumps small if no_cond_jump_promotion.
DChangeLog-02035945 reloc when no_cond_jump_promotion.