https://sourceware.org/bugzilla/show_bug.cgi?id=33127
--- Comment #4 from Indu Bhagat <indu.bhagat at oracle dot com> --- So far, I see linker concatenating the two .sframe sections for .gnu_object_only section output. Also can be seen in the temporary file (see the two 0xdee2 which is the SFRAME_MAGIC in the SFrame header). hexdump /tmp/cc90aLP1.obj-only.o | less 0000110 0000 0000 0000 0000 dee2 0402 0003 00f8 ... 0000150 0008 0000 0000 0000 dee2 0402 0003 00f8 Need to find if it is possible and how to "merge" SFrame sections rather then concat them in the .gnu_object_only workflow. Merging of SFrame sections is done by _bfd_elf_merge_section_sframe. -- You are receiving this mail because: You are on the CC list for the bug.