[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/32580] [2.44 regression] Non-bash shell breaks many default link
From: |
ro at CeBiTec dot Uni-Bielefeld.DE |
Subject: |
[Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts |
Date: |
Thu, 30 Jan 2025 12:46:34 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=32580
--- Comment #15 from Rainer Orth <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #14 from Nick Clifton <nickc at redhat dot com> ---
> Created attachment 15903
> --> https://sourceware.org/bugzilla/attachment.cgi?id=15903&action=edit
> Another proposed patch
Hi Nick,
sorry for the delay: I was swamped.
> Please could you try out this alternative patch and let
> me know if it works ?
It does for the 32-bit scripts, but a large number of the 64-bit ones
are now cut short like this:
diff -ruwp ldscripts/elf_x86_64_sol2.xc ldscripts.ksh2/elf_x86_64_sol2.xc
--- ldscripts/elf_x86_64_sol2.xc 2025-01-30 13:21:50.118764636 +0100
+++ ldscripts.ksh2/elf_x86_64_sol2.xc 2025-01-30 13:14:46.555082683 +0100
@@ -203,67 +203,3 @@ SECTIONS
. = ALIGN(64 / 8);
/* Start of the Large Data region. */
. = SEGMENT_START("ldata-segment", .);
- .lrodata ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) -
1)) :
- {
- *(.lrodata .lrodata.* .gnu.linkonce.lr.*)
- }
[...]
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, (continued)
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, sam at gentoo dot org, 2025/01/22
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, cvs-commit at gcc dot gnu.org, 2025/01/22
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, cvs-commit at gcc dot gnu.org, 2025/01/22
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, amodra at gmail dot com, 2025/01/22
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, address@hidden, 2025/01/23
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, address@hidden, 2025/01/23
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, nickc at redhat dot com, 2025/01/23
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, address@hidden, 2025/01/23
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, nickc at redhat dot com, 2025/01/28
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, nickc at redhat dot com, 2025/01/28
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts,
ro at CeBiTec dot Uni-Bielefeld.DE <=
- [Bug ld/32580] [2.44 regression] Non-bash shell breaks many default linker scripts, nickc at redhat dot com, 2025/01/30