2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 22:38:24 +00:00

Use FLAG_SMALL_CODE at all places.

* gas/config/tc-m68k.c (md_estimate_size_before_relax): Use FLAG_SMALL_CODE.
This commit is contained in:
Gunther Nikl
2015-03-08 20:37:47 +00:00
parent 3e83a383d7
commit a8d9343dc8

View File

@ -4840,7 +4840,7 @@ md_estimate_size_before_relax (fragP, segment)
{
if ((S_GET_SEGMENT (fragP->fr_symbol) == segment
&& relaxable_symbol (fragP->fr_symbol))
|| flag_short_refs || (0 && flag_small_code))
|| flag_short_refs || FLAG_SMALL_CODE)
{
fragP->fr_subtype = TAB (ABSREL, SHORT);
}