LibELF: Implement _invoke_entry for aarch64

This commit is contained in:
Timon Kruiper 2023-01-31 09:56:31 +01:00 committed by Jelle Raaijmakers
commit 00c21c5424
Notes: sideshowbarker 2024-07-17 00:21:58 +09:00

View file

@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2021, Nico Weber <thakis@chromium.org> * Copyright (c) 2021, Nico Weber <thakis@chromium.org>
* Copyright (c) 2023, Timon Kruiper <timonkruiper@gmail.com>
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
@ -8,5 +9,4 @@
.hidden _invoke_entry .hidden _invoke_entry
.type _invoke_entry,@function .type _invoke_entry,@function
_invoke_entry: # (argc, argv, envp, entry) _invoke_entry: # (argc, argv, envp, entry)
# FIXME: Possibly incomplete. br x3
ret