|
From: | sam at gentoo dot org |
Subject: | [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts |
Date: | Wed, 22 Jan 2025 20:55:43 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=32580 --- Comment #5 from Sam James <sam at gentoo dot org> --- I see one other issue so far (== is not POSIX): ``` --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -912,7 +912,7 @@ emit_large_bss() return fi - if test "$1" == "0"; then + if test "$1" = "0"; then if test -n "${LARGE_BSS_AFTER_BSS}"; then return fi ``` -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |