From 1e4f1cf154d18d2bd13cd4524a8bbae6786efd02 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 13 Jun 2011 20:28:14 -0400 Subject: remove all .size and .type directives for functions from the asm these are useless and have caused problems for users trying to build with non-gnu tools like tcc's assembler. --- src/thread/i386/cancellation3.s | 1 - 1 file changed, 1 deletion(-) (limited to 'src/thread/i386/cancellation3.s') diff --git a/src/thread/i386/cancellation3.s b/src/thread/i386/cancellation3.s index 210293e2..6096b8ce 100644 --- a/src/thread/i386/cancellation3.s +++ b/src/thread/i386/cancellation3.s @@ -1,6 +1,5 @@ .text .global __pthread_unwind_next -.type __pthread_unwind_next,%function __pthread_unwind_next: pushl %eax call __pthread_unwind_next_3 -- cgit v1.2.1