https://sourceware.org/bugzilla/show_bug.cgi?id=31540

--- Comment #4 from vijay Shankar <shank.vijay at yandex dot com> ---

> Can you confirm that the patch fixes the problem you initially reported ?


Yes, can confirm that the patch does fix the issue

Here's section to segment mapping with and without patch


without change 
------SEGMAP------
LOAD: .eh_frame
------SEGMAP------
LOAD: .text
------SEGMAP------
LOAD: .data .bss .tbss .sdata
------SEGMAP------
TLS: .tbss
------SEGMAP------
STACK:
./objcopy: stVzY0CU: section `.data' can't be allocated in segment 0
LOAD: .tbss .data .bss .sdata
./objcopy: stVzY0CU: section `.bss' can't be allocated in segment 0
LOAD: .tbss .data .bss .sdata

with change

------SEGMAP------
LOAD: .eh_frame
------SEGMAP------
LOAD: .text
------SEGMAP------
LOAD: .data .bss .sdata
------SEGMAP------
TLS: .tbss
------SEGMAP------
STACK:

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to