From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 22:38:21 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A01016A4CE for ; Mon, 30 Aug 2004 22:38:21 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB80643D41 for ; Mon, 30 Aug 2004 22:38:20 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i7UMcKbl093401 for ; Mon, 30 Aug 2004 15:38:20 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i7UMcKsG093400 for freebsd-current@freebsd.org; Mon, 30 Aug 2004 15:38:20 -0700 (PDT) (envelope-from sgk) Date: Mon, 30 Aug 2004 15:38:20 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20040830223820.GA93366@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: TLS seems to hae broken profiling X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 22:38:21 -0000 dhcp-78-96:sgk[264] cat > h.c #include 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