diff options
Diffstat (limited to 'lib/csu/aarch64/crt1_s.S')
-rw-r--r-- | lib/csu/aarch64/crt1_s.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/aarch64/crt1_s.S b/lib/csu/aarch64/crt1_s.S index 65803c8246ae..f5f9034a4f94 100644 --- a/lib/csu/aarch64/crt1_s.S +++ b/lib/csu/aarch64/crt1_s.S @@ -30,8 +30,6 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); - ENTRY(_start) mov x3, x2 /* cleanup */ add x1, x0, #8 /* load argv */ |