Pārlūkot izejas kodu

* change note section to be more 12 conformant

(cherry picked from commit b201d0a752a12ca090e195b925d811bce750e758)
marcoonthegit 3 gadi atpakaļ
vecāks
revīzija
ae6945b120
1 mainītis faili ar 7 papildinājumiem un 2 dzēšanām
  1. 7 2
      rtl/freebsd/x86_64/cprt0.as

+ 7 - 2
rtl/freebsd/x86_64/cprt0.as

@@ -32,16 +32,21 @@
 #APP
         .ident  "FreePascal 2.6.x/2.7.x series dynlinked to libc"
 #NO_APP
-	.section	.note.ABI-tag,"a",@progbits
+	.section	.note.tag,"a",@note
 	.align 4
 	.type	abitag, @object
-	.size	abitag, 24
+	.size	abitag, 48
 abitag:
 	.long	8
 	.long	4
 	.long	1
 	.string	"FreeBSD"
 	.long	1201000
+        .long   8
+        .long   4
+        .long   1
+	.string	"FreeBSD"
+        .long   0
 .globl __progname
 	.section	.rodata
 .LC0: