]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add DT_REL to elf_py/clippy ELF code
authorDavid Lamparter <equinox@diac24.net>
Wed, 7 Apr 2021 21:55:21 +0000 (23:55 +0200)
committerDavid Lamparter <equinox@diac24.net>
Wed, 7 Apr 2021 22:00:08 +0000 (00:00 +0200)
commit81693617a258a5e56ffc57ff6c37755e98beda18
treee40f117fb9a2708ed76ae26451b520287f731a6b
parenta702694a60dd7fd25433878a1fe10e6b12490537
lib: add DT_REL to elf_py/clippy ELF code

ARM (32-bit) needs DT_REL... and here I was hoping I could avoid the
trouble.

Fixes: #8355
Signed-off-by: David Lamparter <equinox@diac24.net>
lib/elf_py.c