|
@@ -402,7 +402,7 @@ interface
|
|
|
{ supported by recent clang-based assemblers for data-in-code }
|
|
|
asd_data_region, asd_end_data_region,
|
|
|
{ ARM }
|
|
|
- asd_thumb_func,asd_code,
|
|
|
+ asd_thumb_func,asd_code,asd_force_thumb,
|
|
|
{ restricts the assembler only to those instructions, which are
|
|
|
available on the specified CPU; this represents directives such as
|
|
|
NASM's 'CPU 686' or MASM/TASM's '.686p'. Might not be supported by
|
|
@@ -452,6 +452,7 @@ interface
|
|
|
{ ARM }
|
|
|
'thumb_func',
|
|
|
'code',
|
|
|
+ 'force_thumb',
|
|
|
'cpu',
|
|
|
{ for the OMF object format }
|
|
|
'omf_line',
|