crt0-efi-x86_64: remove unused label

The .exit label doesn't get used, and it makes comparing binaries across
arch slightly more difficult.

This patch removes it.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2022-04-27 10:11:02 -04:00
parent b83f0845b5
commit 03670e14f2

View file

@ -59,7 +59,6 @@ _start:
call efi_main
addq $8, %rsp
.exit:
ret
// hand-craft a dummy .reloc section so EFI knows it's a relocatable executable: