]> git.wh0rd.org Git - elf2flt.git/commit
When the relocs are larger than 16bits, incorrect values are written when
authorDavid McCullough <davidm@snapgear.com>
Sun, 24 May 2009 23:33:48 +0000 (23:33 +0000)
committerDavid McCullough <davidm@snapgear.com>
Sun, 24 May 2009 23:33:48 +0000 (23:33 +0000)
commite99a8a2b1b4721266ab0f77209a2bece421fd902
tree839cc94d875ff3d11c4b9ad065b186021ab7cb60
parentfd4ad2719821c64318bc1071bb2b19789d7776d1
When the relocs are larger than 16bits, incorrect values are written when
the .H/.L loading are reversed.  Normally this wouldn't happen because the
gcc compiler always outputs in the same order (first hi, then lo).

Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
elf2flt.c