From 03670e14f263ad571bf0f39dffa9b8d23535f4d3 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 27 Apr 2022 10:11:02 -0400 Subject: [PATCH] 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 --- gnuefi/crt0-efi-x86_64.S | 1 - 1 file changed, 1 deletion(-) diff --git a/gnuefi/crt0-efi-x86_64.S b/gnuefi/crt0-efi-x86_64.S index 16ee648..0d99c15 100644 --- a/gnuefi/crt0-efi-x86_64.S +++ b/gnuefi/crt0-efi-x86_64.S @@ -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: