]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-aarch64/morello-large-function.s
Only check for valid Morello bounds on non-exec syms
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-aarch64 / morello-large-function.s
diff --git a/ld/testsuite/ld-aarch64/morello-large-function.s b/ld/testsuite/ld-aarch64/morello-large-function.s
new file mode 100644 (file)
index 0000000..46cb51e
--- /dev/null
@@ -0,0 +1,9 @@
+.data
+   .chericap _start
+.text
+  .globl _start
+  .type _start,@function
+_start:
+  ret
+  .zero 0x8000
+  .size _start, .-_start