From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12215 invoked by alias); 16 Sep 2002 03:55:14 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 12199 invoked from network); 16 Sep 2002 03:55:13 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 16 Sep 2002 03:55:13 -0000 Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id D8EAA142DC for ; Mon, 16 Sep 2002 05:55:12 +0200 (MEST) Received: from aj by arthur.inka.de with local (Exim 3.34 #1) id 17qmyb-0006n9-00 for libc-hacker@sources.redhat.com; Mon, 16 Sep 2002 05:55:09 +0200 To: GNU libc hacker Subject: problems with ctype... From: Andreas Jaeger Date: Sun, 15 Sep 2002 20:55:00 -0000 Message-ID: User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Artificial Intelligence, i386-suse-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00019.txt.bz2 Roland, This patch looks broken: 2002-09-05 Roland McGrath * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*. * locale/lc-ctype.c (_nl_postload_ctype): Likewise. With current CVS I get: /opt/gcc/3.3-devel/bin/gcc -nostdlib -nostartfiles -o /builds/glibc/gcc-3.3/iconv/iconvconfig -Wl,-dynamic-linker=/usr/src/test/glibc-2.3/lib/ld-linux.so.2 -Wl,-z,combreloc /builds/glibc/gcc-3.3/csu/crt1.o /builds/glibc/gcc-3.3/csu/crti.o `/opt/gcc/3.3-devel/bin/gcc --print-file-name=crtbegin.o` /builds/glibc/gcc-3.3/iconv/iconvconfig.o /builds/glibc/gcc-3.3/iconv/strtab.o /builds/glibc/gcc-3.3/iconv/xmalloc.o -Wl,-rpath-link=/builds/glibc/gcc-3.3:/builds/glibc/gcc-3.3/math:/builds/glibc/gcc-3.3/elf:/builds/glibc/gcc-3.3/dlfcn:/builds/glibc/gcc-3.3/nss:/builds/glibc/gcc-3.3/nis:/builds/glibc/gcc-3.3/rt:/builds/glibc/gcc-3.3/resolv:/builds/glibc/gcc-3.3/crypt:/builds/glibc/gcc-3.3/linuxthreads /builds/glibc/gcc-3.3/libc.so.6 /builds/glibc/gcc-3.3/libc_nonshared.a -lgcc `/opt/gcc/3.3-devel/bin/gcc --print-file-name=crtend.o` /builds/glibc/gcc-3.3/csu/crtn.o /builds/glibc/gcc-3.3/libc.so.6(.data+0xb2c): multiple definition of `__ctype_toupper@GLIBC_2.0' /builds/glibc/gcc-3.3/libc.so.6(*IND*+0x0): multiple definition of `__ctype32_toupper@GLIBC_2.2' /builds/glibc/gcc-3.3/libc.so.6(.data+0xb34): first defined here /builds/glibc/gcc-3.3/libc.so.6(.data+0xb30): multiple definition of `__ctype32_tolower@GLIBC_2.2' /builds/glibc/gcc-3.3/libc.so.6(.data+0xb20): multiple definition of `__ctype_b@GLIBC_2.0' /builds/glibc/gcc-3.3/libc.so.6(*IND*+0x0): multiple definition of `__ctype_tolower@GLIBC_2.0' /builds/glibc/gcc-3.3/libc.so.6(.data+0xb28): first defined here /builds/glibc/gcc-3.3/libc.so.6(.data+0xb24): multiple definition of `__ctype32_b@GLIBC_2.0' collect2: ld returned 1 exit status but reverting the ctype-info.c part I get no more duplicates but only: /builds/glibc/gcc-3.3/libc.so.6: undefined reference to `__ctype32_b' /builds/glibc/gcc-3.3/libc.so.6: undefined reference to `__ctype_b' /builds/glibc/gcc-3.3/libc.so.6: undefined reference to `__ctype_toupper' /builds/glibc/gcc-3.3/libc.so.6: undefined reference to `__ctype32_toupper' /builds/glibc/gcc-3.3/libc.so.6: undefined reference to `__ctype32_tolower' /builds/glibc/gcc-3.3/libc.so.6: undefined reference to `__ctype_tolower' This is with GCC 3.3 CVS and binutils 2.12.90.0.4 20020408 on i686-linux-gnu. Any ideas what's going wrong here? Andreas -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj