Just remove DT_HASH.

bug/bundler_fix
mach-0 2016-10-03 23:43:19 -05:00
parent 8828060886
commit eff85e4118
2 changed files with 0 additions and 8 deletions

View File

@ -66,16 +66,12 @@ dynsection:
; DT_INIT
dq 0x0c
dq _start
; DT_HASH
dq 0x04
dq strtab
; DT_STRTAB
dq 0x05
dq strtab
; DT_SYMTAB
dq 0x06
dq strtab
; DT_STRSZ
dq 0x0a
dq 0
; DT_SYMENT
@ -89,11 +85,7 @@ dynsz equ $ - dynsection
strtab:
db 0
db 0
db 0
db 0
db 0
strtabsz equ $ - strtab
global _start
_start: