diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-05-28 16:30:11 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-05-28 16:30:11 +0000 |
commit | a759151a7d204ab9c194326bbe151fdd78c72667 (patch) | |
tree | 4dcc3b91777c9a2cee81f7e83e715f388651edae /libc/sysdeps/linux | |
parent | c6059e6980a295388c583748215e135a5d1494e5 (diff) |
Add back .size for _start
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/i386/crt1.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/crt1.S b/libc/sysdeps/linux/i386/crt1.S index b5c684998..47de89d9a 100644 --- a/libc/sysdeps/linux/i386/crt1.S +++ b/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 |