yann@1: Fixes yann@1: ../sysdeps/i386/i686/memcmp.S: Assembler messages: yann@1: ../sysdeps/i386/i686/memcmp.S:390: Error: can't resolve `.rodata' {.rodata section} - `memcmp' {.text section} yann@1: when building on macosx. yann@1: yann@1: http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/i686/memcmp.S?cvsroot=glibc yann@1: Revision 1.4, Thu Apr 28 18:19:25 2005 UTC by drepper yann@1: Branch: MAIN yann@1: CVS Tags: fedora-glibc-20050503T0852 yann@1: Changes since 1.3: +2 -2 lines yann@1: Diff to previous 1.3 (colored) yann@1: yann@1: Move misplaced END. yann@1: yann@1: http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/i686/memcmp.S.diff?r1=1.3&r2=1.4&cvsroot=glibc yann@1: yann@1: =================================================================== yann@1: RCS file: /cvs/glibc/libc/sysdeps/i386/i686/memcmp.S,v yann@1: retrieving revision 1.3 yann@1: retrieving revision 1.4 yann@1: diff -u -r1.3 -r1.4 yann@1: --- libc/sysdeps/i386/i686/memcmp.S 2004/04/01 23:28:37 1.3 yann@1: +++ libc/sysdeps/i386/i686/memcmp.S 2005/04/28 18:19:25 1.4 yann@1: @@ -1,5 +1,5 @@ yann@1: /* Compare two memory blocks for differences in the first COUNT bytes. yann@1: - Copyright (C) 2004 Free Software Foundation, Inc. yann@1: + Copyright (C) 2004, 2005 Free Software Foundation, Inc. yann@1: This file is part of the GNU C Library. yann@1: yann@1: The GNU C Library is free software; you can redistribute it and/or yann@1: @@ -350,6 +350,7 @@ yann@1: sbbl $-1, %eax yann@1: popl %esi yann@1: RETURN yann@1: +END (BP_SYM (memcmp)) yann@1: yann@1: .section .rodata yann@1: ALIGN (2) yann@1: @@ -387,7 +388,6 @@ yann@1: .long L(30bytes) - . + 0x78 yann@1: .long L(31bytes) - . + 0x7c yann@1: yann@1: -END (BP_SYM (memcmp)) yann@1: yann@1: #undef bcmp yann@1: weak_alias (BP_SYM (memcmp), BP_SYM (bcmp))