diff options
Diffstat (limited to 'lang/fpc/files/patch-freebsd-i386_cprt0.as')
-rw-r--r-- | lang/fpc/files/patch-freebsd-i386_cprt0.as | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/fpc/files/patch-freebsd-i386_cprt0.as b/lang/fpc/files/patch-freebsd-i386_cprt0.as new file mode 100644 index 000000000000..0e4b21d404c1 --- /dev/null +++ b/lang/fpc/files/patch-freebsd-i386_cprt0.as @@ -0,0 +1,26 @@ +--- rtl/freebsd/i386/cprt0.as 2022-06-16 22:38:18.787786000 -0500 ++++ rtl/freebsd/i386/cprt0.as 2022-06-16 22:39:54.403673000 -0500 +@@ -35,16 +35,21 @@ + + .file "cprt0.as" + .ident "FreePascal 2.6.x/2.7.x series dynlinked to libc" +-.section .note.ABI-tag,"a",@progbits ++.section .note.tag,"a",@note + .p2align 2 + .type abitag, @object +- .size abitag, 24 ++ .size abitag, 48 + abitag: + .long 8 + .long 4 + .long 1 + .string "FreeBSD" + .long 900044 ++ .long 8 ++ .long 4 ++ .long 1 ++ .string "FreeBSD" ++ .long 0 + .section .rodata.str1.1,"aMS",@progbits,1 + .LC0: + .string "" |