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.

Reply via email to