[PATCH v5 16/20] ld tests for AArch64-specific merge coverage for AEABI Build Attributes
Richard Earnshaw (lists)
Richard.Earnshaw@arm.com
Thu Jul 10 14:08:10 GMT 2025
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.
More information about the Binutils
mailing list