diff options
| author | Mark Wielaard <[email protected]> | 2020-06-09 18:21:36 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2020-06-09 18:21:36 +0200 |
| commit | c0d643e7d91fc002c9fecd83277c62a0e56ef76f (patch) | |
| tree | 89b5cf6673baa2cb206fdf245f4e30fe884945ad /libebl/ChangeLog | |
| parent | 14030673602a4f331f348decd51e5f0160719f0e (diff) | |
| parent | 5643e037cb7a38ed5d52f50421be706ea8014e3d (diff) | |
Merge tag 'elfutils-0.177' into mjw/RH-DTSdts-0.177
elfutils 0.177 release
Conflicts:
libebl/eblopenbackend.c Removed try_dlopen and csky.
tests/run-strip-reloc.sh Removed csky tests.
Diffstat (limited to 'libebl/ChangeLog')
| -rw-r--r-- | libebl/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index acc68919..bb91c152 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,28 @@ +2019-04-29 Mao Han <[email protected]> + + * eblopenbackend.c: Add C-SKY. + +2019-06-28 Mark Wielaard <[email protected]> + + * eblopenbackend.c (try_dlopen): Remove result->name check. + (openbackend): Remove result->name assignment. + (struct ebl): Remove name. + +2019-05-30 Mark Wielaard <[email protected]> + + * eblopenbackend.c (try_dlopen): New function extracted from + openbackend. + (openbackend): Replace ORIGINDIR define with BINORIGINDIR and + LIBORIGINDIR defines. Use tryopen to open backend in bin origin + path, lib origin path and without an explicit path. + +2019-04-28 Mark Wielaard <[email protected]> + + * eblsymbolbindingname.c (ebl_symbol_binding_name): Check ebl is + not NULL for STB_GNU_UNIQUE. + * eblsymboltypename.c (ebl_symbol_type_name): Check ebl is not + NULL for STT_GNU_IFUNC. + 2019-01-29 Mark Wielaard <[email protected]> * eblobjnote.c (ebl_object_note): Check pr_datasz padding doesn't |
