]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
binutils: Fix gprofng broken symbolic link with gp-*
authorHarish Sadineni <Harish.Sadineni@windriver.com>
Wed, 13 Aug 2025 06:52:07 +0000 (23:52 -0700)
committerSteve Sakoman <steve@sakoman.com>
Wed, 20 Aug 2025 20:27:57 +0000 (13:27 -0700)
commit55684a63904365d8a6ab2a8ce9e091f29b0b7df5
treed8554ffc16b5603967d0d24798b94d198b4349a7
parenta348c04d449c0ba36b2ef278bea08919f0e6d19f
binutils: Fix gprofng broken symbolic link with gp-*

In binutils 2.44, application names were changed from the gp- prefix
(e.g., gp-display-text, gp-archive) to the gprofng- prefix
(e.g., gprofng-display-text, gprofng-archive). Temporary gp-*
symlinks were added to maintain compatibility with the older
gprofng-gui.

However, these compatibility symlinks did not support cross-platform
toolchain prefixes, which resulted in broken gp-* symbolic links.

Support for cross-platform prefixes are added upstream in binutils 2.45,
so this change backports that fix to resolve broken symlinks issue.

Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=90803ffdcc4d8c3d17566bf8dccadbad312f07a9]

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/binutils/binutils-2.44.inc
meta/recipes-devtools/binutils/binutils/0020-Fix-for-borken-symlinks.patch [new file with mode: 0644]