From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10181 invoked by alias); 15 Jul 2011 09:22:21 -0000 Received: (qmail 10173 invoked by uid 22791); 15 Jul 2011 09:22:20 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Jul 2011 09:22:07 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6F9M7rj000883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 15 Jul 2011 05:22:07 -0400 Received: from [10.36.5.105] (vpn1-5-105.ams2.redhat.com [10.36.5.105]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p6F9M5GC018703; Fri, 15 Jul 2011 05:22:06 -0400 Message-ID: <4E2006F2.2000205@redhat.com> Date: Fri, 15 Jul 2011 15:32:00 -0000 From: Nick Clifton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Thunderbird/3.1.11 MIME-Version: 1.0 To: Bill Cunningham CC: binutils@sourceware.org Subject: Re: APIs References: <000601cc3dfd$86caf550$a7d8daad@YOUR1F7593437D> In-Reply-To: <000601cc3dfd$86caf550$a7d8daad@YOUR1F7593437D> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00164.txt.bz2 Hi Bill, > I have pretty much read the docs for 2.21. Is there more information on > an API that binutils has for development? Unfortunately BFD's API has never been well documented and also tends to be a bit unstable. The only true documentation is the source code itself. Cheers Nick