aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86/prefix/lkrnprefix.S
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2024-01-14 11:51:16 +0000
committerMichael Brown <mcb30@ipxe.org>2024-01-14 11:51:16 +0000
commite66552eeede19a91b1a52468a550b58fd031777b (patch)
tree5228d854e23696f44f32fcb5c6afdc5c002781b4 /src/arch/x86/prefix/lkrnprefix.S
parent08fcb0e8fba4ef1dc770253bfbb330fa0c02e096 (diff)
downloadipxe-e66552eeede19a91b1a52468a550b58fd031777b.tar.gz
[build] Remove unnecessary ".text" directives
The .text directive is entirely redundant when followed by a .section directive giving an explicit section name and attributes. Remove these unnecessary directives to simplify the code. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/prefix/lkrnprefix.S')
-rw-r--r--src/arch/x86/prefix/lkrnprefix.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/prefix/lkrnprefix.S b/src/arch/x86/prefix/lkrnprefix.S
index 2c17f79df..9f1a2f09b 100644
--- a/src/arch/x86/prefix/lkrnprefix.S
+++ b/src/arch/x86/prefix/lkrnprefix.S
@@ -5,7 +5,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
#define BZI_LOAD_HIGH_ADDR 0x100000
.section ".note.GNU-stack", "", @progbits
- .text
.arch i386
.code16
.section ".prefix", "ax", @progbits