diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-04-24 22:06:06 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-04-24 22:06:06 +0000 |
commit | a0f21fe78b68a1149c235114d4bef6d36a7eb09b (patch) | |
tree | e298e8d2e2fcba6e717cde7574203f3abf8f48ea /libexec/ld.so/aarch64 | |
parent | 000aae5f620fb53c9d72569d541849fb831f4e25 (diff) |
Since ENTRY() already inserts a BTI instructions so don't add another one.
ok patrick@
Diffstat (limited to 'libexec/ld.so/aarch64')
-rw-r--r-- | libexec/ld.so/aarch64/ldasm.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/aarch64/ldasm.S b/libexec/ld.so/aarch64/ldasm.S index e148a372632..578313ae6a6 100644 --- a/libexec/ld.so/aarch64/ldasm.S +++ b/libexec/ld.so/aarch64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.9 2023/03/31 18:45:05 kettenis Exp $ */ +/* $OpenBSD: ldasm.S,v 1.10 2023/04/24 22:06:05 kettenis Exp $ */ /* * Copyright (c) 2016 Dale Rahn @@ -76,7 +76,6 @@ ENTRY(_dl_bind_start) * return address and pointer to pltgot entry for this * relocation are on the stack */ - bti c mov x17, sp // save parameter/result registers |