From 519ca27d4a720c900ad74e8018cdd5cc08a8b3a6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 29 Jul 2007 14:45:26 +0000 Subject: Remove stray code alignment (.align 16 and .align 4 directives) from i386 and x86_64. --- libc/string/x86_64/strchr.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/string/x86_64/strchr.S') diff --git a/libc/string/x86_64/strchr.S b/libc/string/x86_64/strchr.S index 8e59c4c19..c357bfd03 100644 --- a/libc/string/x86_64/strchr.S +++ b/libc/string/x86_64/strchr.S @@ -20,6 +20,7 @@ #include "_glibc_inc.h" +/* Seems to be unrolled too much */ .text ENTRY (BP_SYM (strchr)) -- cgit v1.2.3