]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: get libctf-nobfd.ver from the right place with Solaris ld
authorNick Alcock <nick.alcock@oracle.com>
Wed, 16 Jul 2025 13:43:25 +0000 (14:43 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 23 Jul 2025 12:06:12 +0000 (13:06 +0100)
commit3ff8956e4bf46ffd638bf12ea4788a858e905023
treef8c0dbd04ab33775c880ef32a180d2c2ed904a54
parent00d853d1fe7885d0a685584f32b7ed70485c6def
libctf: get libctf-nobfd.ver from the right place with Solaris ld

We generate de-commented version scripts for Solaris ld (whose
-z gnu-version-script linker option does not support comments),
but after we switched to generating libctf-nobfd.ver itself, we
failed to adjust this code to pick it up from the new location.

libctf/
PR libctf/33161
* configure.ac: Fix libctf-nobfd.ver path on Solaris.
* configure: Regenerated.
libctf/configure
libctf/configure.ac