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 ; DT_INIT
dq 0x0c dq 0x0c
dq _start dq _start
; DT_HASH
dq 0x04
dq strtab
; DT_STRTAB ; DT_STRTAB
dq 0x05 dq 0x05
dq strtab dq strtab
; DT_SYMTAB ; DT_SYMTAB
dq 0x06 dq 0x06
dq strtab dq strtab
; DT_STRSZ
dq 0x0a dq 0x0a
dq 0 dq 0
; DT_SYMENT ; DT_SYMENT
@ -89,11 +85,7 @@ dynsz equ $ - dynsection
strtab: strtab:
db 0 db 0
db 0 db 0
db 0
db 0
db 0
strtabsz equ $ - strtab strtabsz equ $ - strtab
global _start global _start
_start: _start: