]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: link: drop unnecessary back-compatibility code
authorNick Alcock <nick.alcock@oracle.com>
Fri, 25 Apr 2025 17:29:06 +0000 (18:29 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Fri, 25 Apr 2025 20:23:07 +0000 (21:23 +0100)
commit0a283f3d7a84286111eeed792e41856160a6937e
tree0921e97d2665acdf679da2b6b71d11b4e1f0de3e
parent9ea8bea7f0901b1eb6464aa1fcfb734945df08e1
libctf: link: drop unnecessary back-compatibility code

We no longer need to ensure that inputs have a new-format func info
section: no such sections exist in CTFv4 (and the v3 compatibility
code will throw away old-format sections).
libctf/ctf-link.c