浏览代码

Add back .size for _start

Joakim Tjernlund 20 年之前
父节点
当前提交
a759151a7d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/sysdeps/linux/i386/crt1.S

+ 1 - 0
libc/sysdeps/linux/i386/crt1.S

@@ -122,6 +122,7 @@ _start:
 #endif
 
 	hlt			/* Crash if somehow `exit' does return.  */
+.size _start,.-_start
 
 /* Define a symbol for the first piece of initialized data.  */
 	.data