Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141915565
D54597.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
674 B
Referenced Files
None
Subscribers
None
D54597.diff
View Options
diff --git a/libexec/rtld-elf/aarch64/Makefile.inc b/libexec/rtld-elf/aarch64/Makefile.inc
new file mode 100644
--- /dev/null
+++ b/libexec/rtld-elf/aarch64/Makefile.inc
@@ -0,0 +1 @@
+CFLAGS+= -mgeneral-regs-only
\ No newline at end of file
diff --git a/libexec/rtld-elf/aarch64/rtld_start.S b/libexec/rtld-elf/aarch64/rtld_start.S
--- a/libexec/rtld-elf/aarch64/rtld_start.S
+++ b/libexec/rtld-elf/aarch64/rtld_start.S
@@ -29,6 +29,9 @@
#include <machine/asm.h>
#include <sys/elf_common.h>
+.arch_extension fp
+.arch_extension simd
+
ENTRY(.rtld_start)
.cfi_undefined x30
mov x19, x0 /* Put ps_strings in a callee-saved register */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 13, 11:31 AM (1 h, 38 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27624416
Default Alt Text
D54597.diff (674 B)
Attached To
Mode
D54597: arm64: Add -mgeneral-regs-only to rtld
Attached
Detach File
Event Timeline
Log In to Comment