Do not compute load offset for MiniDebugInfo
authorMartin Milata <mmilata@redhat.com>
Wed, 5 Jun 2013 14:10:47 +0000 (16:10 +0200)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 01:38:43 +0000 (10:38 +0900)
commitcd4ff48120c82e2c5c6cb42886fc25a1d66a8a87
tree94eb440dfd940636ae34df4d423d46a5f4fe3a55
parent8ea1a99b6362a7be112ad625c0e94440d1c02183
Do not compute load offset for MiniDebugInfo

We already have the value computed based on the executable. Furthermore,
debuginfo need not have valid program header table, thus the result
might be bogus.

Signed-off-by: Martin Milata <mmilata@redhat.com>
src/elfxx.c