aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/prefix/mbr.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/mbr.S
parent08fcb0e8fba4ef1dc770253bfbb330fa0c02e096 (diff)
downloadipxe-e66552eeede19a91b1a52468a550b58fd031777b.zip
ipxe-e66552eeede19a91b1a52468a550b58fd031777b.tar.gz
ipxe-e66552eeede19a91b1a52468a550b58fd031777b.tar.bz2
[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/mbr.S')
-rw-r--r--src/arch/x86/prefix/mbr.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/prefix/mbr.S b/src/arch/x86/prefix/mbr.S
index 928bb33..b37eed7 100644
--- a/src/arch/x86/prefix/mbr.S
+++ b/src/arch/x86/prefix/mbr.S
@@ -1,7 +1,6 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
.section ".note.GNU-stack", "", @progbits
- .text
.arch i386
.section ".prefix", "awx", @progbits
.code16