Opened 4 years ago

Last modified 4 years ago

#13578 new Support Requests

Why boost.context export make_x86_64_sysv_elf_gas.o

Reported by: anonymous Owned by: olli
Milestone: To Be Determined Component: context
Version: Boost 1.67.0 Severity: Problem
Keywords: Cc:

Description

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-r0/boost_1_67_0/x86_64-poky-linux/boost/bin.v2/libs/context/build/aca09349fdb84d131321425f6c3a38ed/libboost_context.so.1.67.0

42: 0000000000000000 0 FILE LOCAL DEFAULT ABS /my-build/boost/1.67.0-r0/boost_1_67_0/x86_64-poky-linux/boost/bin.v2/libs/context/build/aca09349fdb84d131321425f6c3a38ed/asm/make_x86_64_sysv_elf_gas.o

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-r0/boost_1_67_0/x86_64-poky-linux/boost/bin.v2/libs/context/build/aca09349fdb84d131321425f6c3a38ed/libboost_context.so.1.67.0", is there any means to hidden the line?

Change History (3)

comment:1 by anonymous, 4 years ago

Version: Boost 1.63.0Boost 1.67.0

comment:2 by anonymous, 4 years ago

Component: Nonecontext
Owner: set to olli

comment:3 by anonymous, 4 years ago

Type: BugsSupport Requests
Note: See TracTickets for help on using tickets.