TLS seems to hae broken profiling
From: Steve Kargl (sgk_at_troutmask.apl.washington.edu)
Date: 08/31/04
- Previous message: Kachun Lee: "Re: 5.3-BETA1 panic with getnewbuf: locked buf"
- Next in thread: Julian Elischer: "Re: TLS seems to hae broken profiling"
- Reply: Julian Elischer: "Re: TLS seems to hae broken profiling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 30 Aug 2004 15:38:20 -0700 To: freebsd-current@freebsd.org
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?
-- Steve _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Kachun Lee: "Re: 5.3-BETA1 panic with getnewbuf: locked buf"
- Next in thread: Julian Elischer: "Re: TLS seems to hae broken profiling"
- Reply: Julian Elischer: "Re: TLS seems to hae broken profiling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|