1 .bss不占磁盘空间 2 自定义的段名不能使用"."作为前缀 3.指定变量的段: _attribute_(section("foo")) int global = 42; 转载于:https://www.cnblogs.com/aoun/p/3521769.html