out: elf,stabs -- Fix @n_value attribute for HdrSym entry
commitbe8a5c8f2dbde47719796209a796cd7ccea32e54
authorMark Scott <nasm@mscott.cx>
Mon, 2 Nov 2015 22:13:30 +0000 (3 01:13 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Mon, 2 Nov 2015 22:14:14 +0000 (3 01:14 +0300)
tree49a3adbb0bb9b829e756db4e624317096e390e5d
parent6377180e0873731f60a18fe5a61065f9c7795603
out: elf,stabs -- Fix @n_value attribute for HdrSym entry

Each stabs entry is 12 bytes in size, for some reason we've
been pasing wrong attribute here in @n_value.

Signed-off-by: Mark Scott <nasm@mscott.cx>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outelf32.c
output/outelf64.c
output/outelfx32.c