|
@@ -3697,7 +3697,7 @@ implementation
|
|
while assigned(item) do
|
|
while assigned(item) do
|
|
begin
|
|
begin
|
|
{$ifdef arm}
|
|
{$ifdef arm}
|
|
- if current_settings.cputype in cpu_thumb2 then
|
|
|
|
|
|
+ if current_settings.cputype in cpu_thumb2+cpu_thumb then
|
|
list.concat(tai_thumb_func.create);
|
|
list.concat(tai_thumb_func.create);
|
|
{$endif arm}
|
|
{$endif arm}
|
|
{ "double link" all procedure entry symbols via .reference }
|
|
{ "double link" all procedure entry symbols via .reference }
|