diff options
author | Mark Wielaard <mjw@redhat.com> | 2015-06-12 12:50:14 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2015-06-14 23:09:56 +0200 |
commit | 65dc8001e4bd3084ddb658b8c28806008dcd7311 (patch) | |
tree | f868c326242ab8417045869eb2c790d7004a6f2a /libebl/ChangeLog | |
parent | b427a91ebe5a4672573814c072d124438c6c7eca (diff) | |
download | elfutils-65dc8001e4bd3084ddb658b8c28806008dcd7311.tar.gz |
libebl: SHT_(INIT|FINI|PREINIT)_ARRAY are valid targets for relocation.
Seen in run-elflint-self.sh for size.o when build with --enable-gcov.
https://bugzilla.redhat.com/show_bug.cgi?id=1230798
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'libebl/ChangeLog')
-rw-r--r-- | libebl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index 51ae60f2..4305cf6d 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,8 @@ +2015-06-12 Mark Wielaard <mjw@redhat.com> + + * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow + SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY. + 2015-05-17 Mark Wielaard <mjw@redhat.com> * eblobjnote.c (ebl_object_note): If allocation buf is large, then |