]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: move ctf_elf*_to_link_sym to ctf-link.c
authorNick Alcock <nick.alcock@oracle.com>
Mon, 13 Jan 2025 11:31:56 +0000 (11:31 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Fri, 28 Feb 2025 15:13:17 +0000 (15:13 +0000)
commitd996ca5e85002263d5f0013519fcdeafccd85561
tree4f4a3acc6aeb11598b4e8e4c137679bc838eb02a
parent4a7870a831cbcba4dad6f896d174a28b79d7318c
libctf: move ctf_elf*_to_link_sym to ctf-link.c

Everything in ctf-util.c is in some way associated with data
structures in general in some way, except for the ctf_*_to_link_sym
functions, which are straight translators between the Elf*_Sym
type and the ctf_link_sym_t type used by ctf-link.c.

Move them into ctf-link.c where they belong.
libctf/ctf-link.c
libctf/ctf-util.c