Remove label1

No longer needed

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2024-10-29 14:04:13 +00:00
parent 03bfe2f5ce
commit aa58dc8ff1
No known key found for this signature in database
GPG Key ID: 9A5B19E18CD0013C
4 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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