Date: Mon, 30 Aug 2004 15:55:44 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Julian Elischer <julian@elischer.org> Cc: freebsd-current@freebsd.org Subject: Re: TLS seems to hae broken profiling Message-ID: <20040830225544.GA93502@troutmask.apl.washington.edu> In-Reply-To: <4133AF1E.4090005@elischer.org> References: <20040830223820.GA93366@troutmask.apl.washington.edu> <4133AF1E.4090005@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 30, 2004 at 03:50:06PM -0700, Julian Elischer wrote:
>
>
> Steve Kargl wrote:
>
> >dhcp-78-96:sgk[264] cat > h.c
> >#include <stdio.h>
> >int main(void) {
> > printf("Hello world.\n");
> > return 0;
> >}
> >dhcp-78-96:sgk[265] gcc -o h -O2 h.c
> >dhcp-78-96:sgk[266] ./h
> >Hello world.
> >dhcp-78-96:sgk[267] gcc -o h -O2 -pg h.c
> >/usr/lib/gcrt1.o(.text+0x65): In function `_start':
> >: undefined reference to `_init_tls'
> >collect2: ld returned 1 exit status
> >
> >Is this a known issues or should I send-pr?
> >
>
> do you need to compile a profiled libc?
>
Crude, you may be right. I disabled the building
of profiled libraries a few weeks ago and forgot
to update the *_p.a when TLS went into the system.
--
Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040830225544.GA93502>
