]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
include, libctf, binutils: drop labels
authorNick Alcock <nick.alcock@oracle.com>
Thu, 24 Apr 2025 12:32:57 +0000 (13:32 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Fri, 25 Apr 2025 17:07:41 +0000 (18:07 +0100)
commite0490fbc7319ae28d30a833d2381da2475ad65db
treea5046787593811a218562f789eca69e7a9a38a1f
parentde5a31a8ca9a3806f99f418ef4b6aa77c5a61032
include, libctf, binutils: drop labels

These have never been implemented properly and don't work with the linker or
deduplicator: BTF has nothing like them, so the default assumption should be
that we drop them.  If we need something like them in future, we can add
them back (which we do not expect).

Quite a bit of label detritus is left in libctf after this: it's tied up
with later changes so will be removed as part of later commits.  (Because
the entire thing is disabled, the non-compilability of this intermediate
state is not a concern.)
binutils/objdump.c
binutils/readelf.c
include/ctf-api.h
libctf/Makefile.am
libctf/Makefile.in
libctf/ctf-dump.c
libctf/ctf-labels.c [deleted file]
libctf/libctf.ver