From aa58dc8ff1c21e793b175d520728e0f86833239d Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Tue, 29 Oct 2024 14:04:13 +0000 Subject: [PATCH] Remove label1 No longer needed Signed-off-by: Callum Farmer --- gnuefi/crt0-efi-loongarch64.S | 1 - gnuefi/crt0-efi-riscv64-local.S | 1 - gnuefi/crt0-efi-riscv64.S | 1 - gnuefi/crt0-efi-x86_64.S | 1 - 4 files changed, 4 deletions(-) diff --git a/gnuefi/crt0-efi-loongarch64.S b/gnuefi/crt0-efi-loongarch64.S index f094bf9..182aa59 100644 --- a/gnuefi/crt0-efi-loongarch64.S +++ b/gnuefi/crt0-efi-loongarch64.S @@ -50,7 +50,6 @@ dummy1: .4byte 0 #define IMAGE_REL_ABSOLUTE 0 .section .reloc, "a", %progbits -label1: .4byte dummy1 - dummy0 // Page RVA .4byte 12 // Block Size (2*4+2*2), must be aligned by 32 Bits .2byte (IMAGE_REL_ABSOLUTE<<12) + 0 // reloc for dummy diff --git a/gnuefi/crt0-efi-riscv64-local.S b/gnuefi/crt0-efi-riscv64-local.S index 59b2388..e835b8c 100644 --- a/gnuefi/crt0-efi-riscv64-local.S +++ b/gnuefi/crt0-efi-riscv64-local.S @@ -175,7 +175,6 @@ dummy1: .4byte 0 #define IMAGE_REL_ABSOLUTE 0 .section .reloc, "a", %progbits -label1: .4byte dummy1 - dummy0 // Page RVA .4byte 12 // Block Size (2*4+2*2), must be aligned by 32 Bits .2byte (IMAGE_REL_ABSOLUTE<<12) + 0 // reloc for dummy diff --git a/gnuefi/crt0-efi-riscv64.S b/gnuefi/crt0-efi-riscv64.S index 648ea40..782e61f 100644 --- a/gnuefi/crt0-efi-riscv64.S +++ b/gnuefi/crt0-efi-riscv64.S @@ -43,7 +43,6 @@ dummy1: .4byte 0 #define IMAGE_REL_ABSOLUTE 0 .section .reloc, "a", %progbits -label1: .4byte dummy1 - dummy0 // Page RVA .4byte 12 // Block Size (2*4+2*2), must be aligned by 32 Bits .2byte (IMAGE_REL_ABSOLUTE<<12) + 0 // reloc for dummy diff --git a/gnuefi/crt0-efi-x86_64.S b/gnuefi/crt0-efi-x86_64.S index f3d0712..23f64fc 100644 --- a/gnuefi/crt0-efi-x86_64.S +++ b/gnuefi/crt0-efi-x86_64.S @@ -71,7 +71,6 @@ dummy1: .4byte 0 #define IMAGE_REL_ABSOLUTE 0 .section .reloc, "a", %progbits -label1: .4byte dummy1 - dummy0 // Page RVA .4byte 12 // Block Size (2*4+2*2), must be aligned by 32 Bits .2byte (IMAGE_REL_ABSOLUTE<<12) + 0 // reloc for dummy