public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* problems with ctype...
@ 2002-09-15 20:55 Andreas Jaeger
  2002-09-15 22:15 ` Roland McGrath
  0 siblings, 1 reply; 15+ messages in thread
From: Andreas Jaeger @ 2002-09-15 20:55 UTC (permalink / raw)
  To: GNU libc hacker


Roland,

This patch looks broken:
2002-09-05  Roland McGrath  <roland@redhat.com>

	* 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

^ permalink raw reply	[flat|nested] 15+ messages in thread
[parent not found: <20020916092949.A12870@devserv.devel.redhat.com>]

end of thread, other threads:[~2002-09-18 18:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-15 20:55 problems with ctype Andreas Jaeger
2002-09-15 22:15 ` Roland McGrath
2002-09-15 23:52   ` Andreas Jaeger
2002-09-15 23:59     ` Roland McGrath
2002-09-16  0:01       ` Andreas Jaeger
2002-09-16  8:07         ` H. J. Lu
2002-09-16 21:54           ` Roland McGrath
2002-09-16 22:00             ` H. J. Lu
2002-09-16  0:01     ` Jakub Jelinek
2002-09-16  0:50       ` Andreas Jaeger
2002-09-16  2:22         ` Jakub Jelinek
2002-09-16  6:22           ` Roland McGrath
2002-09-16  8:04       ` H. J. Lu
2002-09-16  8:01     ` H. J. Lu
     [not found] <20020916092949.A12870@devserv.devel.redhat.com>
2002-09-18 11:34 ` Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).