diff options
Diffstat (limited to 'ld/scripttempl/elf.sc')
-rw-r--r-- | ld/scripttempl/elf.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index deb69dd..be8d19f 100644 --- 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 |