]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Remove unnecessary ".text" directives
authorMichael Brown <mcb30@ipxe.org>
Sun, 14 Jan 2024 11:51:16 +0000 (11:51 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 14 Jan 2024 11:51:16 +0000 (11:51 +0000)
commite66552eeede19a91b1a52468a550b58fd031777b
tree5228d854e23696f44f32fcb5c6afdc5c002781b4
parent08fcb0e8fba4ef1dc770253bfbb330fa0c02e096
[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>
21 files changed:
src/arch/arm32/libgcc/lldivmod.S
src/arch/arm32/libgcc/llshift.S
src/arch/x86/core/patch_cf.S
src/arch/x86/drivers/net/undiisr.S
src/arch/x86/interface/pcbios/e820mangler.S
src/arch/x86/prefix/bootpart.S
src/arch/x86/prefix/dskprefix.S
src/arch/x86/prefix/exeprefix.S
src/arch/x86/prefix/hdprefix.S
src/arch/x86/prefix/lkrnprefix.S
src/arch/x86/prefix/mbr.S
src/arch/x86/prefix/mromprefix.S
src/arch/x86/prefix/nbiprefix.S
src/arch/x86/prefix/nullprefix.S
src/arch/x86/prefix/pxeprefix.S
src/arch/x86/prefix/rawprefix.S
src/arch/x86/prefix/romprefix.S
src/arch/x86/prefix/undiloader.S
src/arch/x86/prefix/unlzma.S
src/arch/x86/prefix/usbdisk.S
src/arch/x86/transitions/libkir.S