[PATCH v5 16/20] ld tests for AArch64-specific merge coverage for AEABI Build Attributes

Matthieu Longo matthieu.longo@arm.com
Thu Jul 10 15:43:29 GMT 2025


On 2025-07-10 15:08, Richard Earnshaw (lists) wrote:
> On 07/07/2025 17:49, Matthieu Longo wrote:
>> diff --git a/ld/testsuite/ld-aarch64/build-attributes/ba-aarch64-1-gcs-1.s b/ld/testsuite/ld-aarch64/build-attributes/ba-aarch64-1-gcs-1.s
>> new file mode 100644
>> index 00000000000..f18cdfdb0fc
>> --- /dev/null
>> +++ b/ld/testsuite/ld-aarch64/build-attributes/ba-aarch64-1-gcs-1.s
>> @@ -0,0 +1,9 @@
>> +.aeabi_subsection aeabi_feature_and_bits, optional, uleb128
>> +.aeabi_attribute  Tag_Feature_GCS, 1
>> +
>> +	.text
>> +	.globl _start
>> +	.type _start,@function
>> +_start:
>> +	bl foo
>> +	bl bar
>> \ No newline at end of file
> 
> Missing newline before EOF.

Fixed in the next revision.


More information about the Binutils mailing list