diff options
author | Mark Wielaard <mark@klomp.org> | 2020-10-17 22:30:37 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-10-26 22:44:07 +0100 |
commit | e14a5561f7ccb7cec598767d6660a21e8049a818 (patch) | |
tree | cdb88600bb03698c19a4549bc9882fd8e5f262a5 /libebl/ChangeLog | |
parent | c505ddf9b1965ede67295943154bf6a0295eab52 (diff) | |
download | elfutils-e14a5561f7ccb7cec598767d6660a21e8049a818.tar.gz |
backends: Remove tilegx backend.
Support for the Tilera TILE-Gx processor has been removed or deprecated
in gcc and binutils already. There are no users and there is no way to
test it.
Signed-off-by: Mark Wielaard <mark@klomp.org>
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 dbf4b3b7..863e4d55 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,5 +1,10 @@ 2020-10-19 Mark Wielaard <mark@klomp.org> + * eblopenbackend.c (tilegx_init): Removed. + (machines): Set init to NULL for tilegx. + +2020-10-19 Mark Wielaard <mark@klomp.org> + * Makefile.am (libebl_a_SOURCES): Remove ebl_syscall_abi.c. * ebl-hooks.h (syscall_abi): Remove. * ebl_syscall_abi.c: Delete. |