Boost C++ Libraries: Ticket #13578: Why boost.context export make_x86_64_sysv_elf_gas.o https://svn.boost.org/trac10/ticket/13578 <p> when build context library, it will compile some assembly files. After the context library generated, I use readelf to analyze the context library as below: readelf --wide --symbols /my-build/boost/1.67.0-<a class="missing changeset" title="No changeset 0 in the repository">r0/boost_1_67_0/x86_64-poky-linux/boost/bin</a>.v2/libs/context/build/aca09349fdb84d131321425f6c3a38ed/libboost_context.so.1.67.0 </p> <p> 42: 0000000000000000 0 FILE LOCAL DEFAULT ABS /my-build/boost/1.67.0-<a class="missing changeset" title="No changeset 0 in the repository">r0/boost_1_67_0/x86_64-poky-linux/boost/bin</a>.v2/libs/context/build/aca09349fdb84d131321425f6c3a38ed/asm/make_x86_64_sysv_elf_gas.o </p> <p> Why does the make_x86_64_sysv_elf_gas.o line exist in the output of "readelf --wide --symbols /my-build/boost/1.67.0-<a class="missing changeset" title="No changeset 0 in the repository">r0/boost_1_67_0/x86_64-poky-linux/boost/bin</a>.v2/libs/context/build/aca09349fdb84d131321425f6c3a38ed/libboost_context.so.1.67.0", is there any means to hidden the line? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13578 Trac 1.4.3 anonymous Tue, 29 May 2018 07:54:48 GMT version changed https://svn.boost.org/trac10/ticket/13578#comment:1 https://svn.boost.org/trac10/ticket/13578#comment:1 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.63.0</span> → <span class="trac-field-new">Boost 1.67.0</span> </li> </ul> Ticket anonymous Wed, 30 May 2018 01:45:10 GMT component changed; owner set https://svn.boost.org/trac10/ticket/13578#comment:2 https://svn.boost.org/trac10/ticket/13578#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">olli</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">context</span> </li> </ul> Ticket anonymous Wed, 30 May 2018 02:01:12 GMT type changed https://svn.boost.org/trac10/ticket/13578#comment:3 https://svn.boost.org/trac10/ticket/13578#comment:3 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Support Requests</span> </li> </ul> Ticket