diff options
Diffstat (limited to 'lib/csu/amd64/crtn.S')
-rw-r--r-- | lib/csu/amd64/crtn.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S index c411f001ac1f..d79d4a3d2784 100644 --- a/lib/csu/amd64/crtn.S +++ b/lib/csu/amd64/crtn.S @@ -24,8 +24,6 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits addq $8,%rsp ret |