GCC
Brice_Liu
这个作者很懒,什么都没留下…
展开
-
__attribute__详解
GNU C的一大特色(却不被初学者所知)就是__attribute__机制。__attribute__可以设置函数属性(Function Attribute)、变量属性(Variable Attribute)和类型属性(Type Attribute)。 __attribu转载 2011-08-07 21:33:31 · 4882 阅读 · 0 评论 -
Using GNU C __attribute__ (ZZ)
Using GNU C __attribute__http: www.unixwiz.net techtips gnu-c-attributes.html#refsOne of the best (but little known) features of GNU转载 2011-08-07 21:15:47 · 801 阅读 · 0 评论 -
Linux 内核中的 GCC 特性
http://www.ibm.com/developerworks/cn/linux/l-gcc-hacks/developerWorks 中国Linux文档库GCC 和 Linux 是出色的组合。尽管它们是独立的软件,但是 Linux转载 2011-08-10 10:43:54 · 449 阅读 · 0 评论 -
gdb参数及命令详解 (已整理) core dump调试
名称 gdb - GNU 调试器提要 gdb [-help] [-nx] [-q] [-batch] [-cd=dir] [-f] [-b bps] [-tty=dev] [-s symfile] [-e prog] [-se prog] [-c core] [-x cmds] [-d d转载 2013-03-21 12:53:00 · 1286 阅读 · 0 评论 -
GUN gcc 中文手册
原文地址:(转载)GUN gcc 中文手册 作者:tiny_xd(转载)GUN gcc 中文手册NAMEgcc,g++-GNU工程的C和C++编译器(egcs-1.1.2)总览(SYNOPSIS)gcc[option|filename ]... g++[option|filename ]...警告(WARNING)本手册页转载 2013-04-10 13:20:21 · 2004 阅读 · 0 评论