From 47b3efda36beee1ce272237f77b7c4cc62ed55a7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 6 Jul 2005 01:24:17 +0000 Subject: use % as the function marker instead of @ --- libc/sysdeps/linux/x86_64/crti.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/x86_64/crti.S') diff --git a/libc/sysdeps/linux/x86_64/crti.S b/libc/sysdeps/linux/x86_64/crti.S index 648513739..11491db4d 100644 --- a/libc/sysdeps/linux/x86_64/crti.S +++ b/libc/sysdeps/linux/x86_64/crti.S @@ -4,13 +4,13 @@ .section .init .global _init -.type _init, @function +.type _init, %function _init: subq $8, %rsp .section .fini .global _fini -.type _fini, @function +.type _fini, %function _fini: subq $8, %rsp -- cgit v1.2.3