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:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user