initialize oh_stamp fields of header
This commit is contained in:
parent
a9c8b67b65
commit
5fd21b16a9
|
@ -16,6 +16,7 @@ output_back()
|
||||||
int nrelo = relo - reloc_info;
|
int nrelo = relo - reloc_info;
|
||||||
|
|
||||||
header.oh_magic = O_MAGIC;
|
header.oh_magic = O_MAGIC;
|
||||||
|
header.oh_stamp = 0;
|
||||||
header.oh_flags = HF_LINK;
|
header.oh_flags = HF_LINK;
|
||||||
header.oh_nsect = 4;
|
header.oh_nsect = 4;
|
||||||
header.oh_nrelo = nrelo;
|
header.oh_nrelo = nrelo;
|
||||||
|
|
Loading…
Reference in a new issue