diff options
author | Glen Barber <gjb@FreeBSD.org> | 2023-11-09 23:38:09 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2023-11-09 23:38:09 +0000 |
commit | f9716eee8ab45ad906d9b5c5233ca20c10226ca7 (patch) | |
tree | 472a732e294a42323bfb4516e0d0c737ef0ff162 /lib | |
parent | ac3db6ea0e968338bbe68c0d89505242b246d66f (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 0ed86bfba2b2..9ed2d10f5210 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 1400097 4: .section .note.GNU-stack,"",%progbits |