From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9126 invoked by alias); 12 May 2004 03:12:17 -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 9102 invoked from network); 12 May 2004 03:12:15 -0000 Received: from unknown (HELO myware.akkadia.org) (24.221.190.179) by sourceware.org with SMTP; 12 May 2004 03:12:15 -0000 Received: from [192.168.7.70] (drepper@myware.akkadia.org [192.168.7.70]) (authenticated bits=0) by myware.akkadia.org (8.12.11/8.12.11) with ESMTP id i4C3BjxV016937; Tue, 11 May 2004 20:11:45 -0700 Message-ID: <40A195F1.8040201@redhat.com> Date: Wed, 12 May 2004 03:12:00 -0000 From: Ulrich Drepper Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a) Gecko/20040511 MIME-Version: 1.0 To: Steve Munroe CC: libc-hacker@sources.redhat.com Subject: Re: Accessing dl_hwcap from libm References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2004-05/txt/msg00022.txt.bz2 Steve Munroe wrote: > So is it fundamental that access to dl_dwcap (_rtld_global_ro) > is restricted to libc, or can access be extended to libm? _rtld_global_ro is defined in ld.so and exported from there. If you cannot use it something is wrong with ld.so, the way libm is built, or your binutils. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖