View | Details | Raw Unified | Return to bug 245069
Collapse All | Expand All

(-)devel/nasm/files/patch-output+outelf.c (+11 lines)
Line 0 Link Here
1
--- output/outelf.c.orig	2017-05-02 05:18:37 UTC
2
+++ output/outelf.c
3
@@ -191,7 +191,7 @@ static int32_t elf_gotpc_sect, elf_gotoff_sect;
4
 static int32_t elf_got_sect, elf_plt_sect;
5
 static int32_t elf_sym_sect, elf_gottpoff_sect, elf_tlsie_sect;
6
 
7
-uint8_t elf_osabi = 0;      /* Default OSABI = 0 (System V or Linux) */
8
+uint8_t elf_osabi = 9;      /* Default OSABI = 9 (FreeBSD) */
9
 uint8_t elf_abiver = 0;     /* Current ABI version */
10
 
11
 const struct elf_known_section elf_known_sections[] = {

Return to bug 245069