Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾经在我的源文件顶部设置它,以便能够grep -a "ID :"在我的二进制文件上:
grep -a "ID :"
#ident "\\n$@ ID : my_library.o v1.3 (25/08/07)@$\\n"
但是,这在 GCC 4.3.3 中已被弃用。有什么建议么 ?
我通过了__attributes__(section()),但不确定这是否会被剥夺,无论如何,我猜有一个更直接的方法。
__attributes__(section())
谢谢
#ident 指令(以及#sccs)未被弃用,因此您应该保留它!
(见http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41632)