mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-12 02:01:42 +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