diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2026-03-06 00:00:00 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2026-03-06 00:00:00 +0000 |
| commit | a456f852d14544460204036ea55f45a9c7e04972 (patch) | |
| tree | bf787ae35c24e30cb459d5a298486fa30178e53e /lib | |
| parent | 041aa28386d3d78cb549c626702306bb179dc98e (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/csu/common/crtbrand.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S index a06f72daa99d..12d226a95684 100644 --- a/lib/csu/common/crtbrand.S +++ b/lib/csu/common/crtbrand.S @@ -43,7 +43,7 @@ .4byte NT_FREEBSD_ABI_TAG 1: .asciz NOTE_FREEBSD_VENDOR 2: .p2align 2 -3: .4byte __FreeBSD_version +3: .4byte 1404000 4: .section .note.GNU-stack,"",%progbits |
