output: elf -- Generate SHT_RELA relocs for elfx32/elf64 stabs
commit0cb6739ba4d0bc03255ee91f57ec26d9f1de24f9
authorFabian Giesen <fabiang@radgametools.com>
Fri, 29 Jul 2016 06:41:25 +0000 (28 23:41 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 17 Aug 2016 21:51:36 +0000 (18 00:51 +0300)
treea4fa09a52240216f00d4cf5ebbec63ad63629d47
parentf47f451a85c8114069b117dfcdd926b4bae849b9
output: elf -- Generate SHT_RELA relocs for elfx32/elf64 stabs

stabs is the default debug format and GNU gold dies with an assertion
failure when it encounters a SHT_REL section in an x64 ELF file.

Signed-off-by: Fabian Giesen <fabiang@radgametools.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outelf.c