From aa63008f13d7a07b62a85c25814374cb77dc7f84 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 2 Nov 2008 01:10:54 +0000 Subject: We've been lax about matching END() macros in asm code for some time. This is used to set the ELF size attribute for functions. It isn't normally critical but some things can make use of it (gdb for stack traces). Valgrind needs it so I'm adding it in. The problem is present on all branches and on both i386 and amd64. --- lib/libc/amd64/stdlib/div.S | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/amd64/stdlib/div.S') diff --git a/lib/libc/amd64/stdlib/div.S b/lib/libc/amd64/stdlib/div.S index f8595f9..f3c2a59 100644 --- a/lib/libc/amd64/stdlib/div.S +++ b/lib/libc/amd64/stdlib/div.S @@ -15,3 +15,4 @@ ENTRY(div) salq $32,%rdx orq %rdx,%rax ret +END(div) -- cgit v1.1