diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-06-06 00:00:00 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-06-06 00:00:00 +0000 |
| commit | 8c9ce319fef765890ce518cab85d3a470b669849 (patch) | |
| tree | a73ea956510a65ad1757a33b494d1fd71f760190 /lib | |
| parent | ffacf114e1313ab610b7ac4ee4714d35d5a035be (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..86e9d648538e 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 1403000 4: .section .note.GNU-stack,"",%progbits |
