src - FreeBSD source tree

1 min read Original article ↗
authorRyan Libby <rlibby@FreeBSD.org>2026-05-10 04:25:43 +0000
committerRyan Libby <rlibby@FreeBSD.org>2026-05-10 04:25:43 +0000
commit0f6c880fcecdbb9cc84ed03ee85a518dd3c66f12 (patch)
treee33b4501f0a7bbc9f3b0321ba875ea95b655cb44
parent58e5b4dbd9594f9553cfe9df68a19a294e245ed7 (diff)

stand/i386: quiet executable stack warningHEADmain

-rw-r--r--stand/i386/boot2/sio.S2

1 files changed, 2 insertions, 0 deletions

diff --git a/stand/i386/boot2/sio.S b/stand/i386/boot2/sio.S
index de554efb5b3e..5c4650dc0533 100644
--- a/stand/i386/boot2/sio.S
+++ b/stand/i386/boot2/sio.S

@@ -80,3 +80,5 @@ sio_ischar: movw $SIO_PRT+0x5,%dx # Line status register

inb (%dx),%al # Received data

andb $0x1,%al # ready?

ret # To caller

+

+ .section .note.GNU-stack,"",%progbits