From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17726 invoked by alias); 26 Jun 2007 01:04:41 -0000 Received: (qmail 17718 invoked by uid 22791); 26 Jun 2007 01:04:40 -0000 X-Spam-Check-By: sourceware.org Received: from exprod8og54.obsmtp.com (HELO exprod8og54.obsmtp.com) (64.18.3.90) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 26 Jun 2007 01:04:38 +0000 Received: from source ([12.110.134.31]) by exprod8ob54.obsmtp.com ([64.18.7.12]) with SMTP; Mon, 25 Jun 2007 18:04:21 PDT Received: from PKONING-LAPTOP.equallogic.com ([172.16.213.149]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 25 Jun 2007 21:03:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18048.26081.765000.386684@gargle.gargle.HOWL> Date: Tue, 26 Jun 2007 01:04:00 -0000 From: Paul Koning To: jimb@codesourcery.com Cc: eliz@gnu.org, eager@eagercon.com, stanshebs@earthlink.net, gdb@sources.redhat.com Subject: Re: What's an annex? stratum? References: <467D5FEF.7010900@eagercon.com> <467D6D1F.7090507@earthlink.net> <467D6FB8.4080909@eagercon.com> <468009EA.4040504@eagercon.com> X-Mailer: VM 7.07 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00287.txt.bz2 >>>>> "Jim" == Jim Blandy writes: Jim> Well, if GCC's internals documentation is as good as they say, I Jim> could be wrong. It is. I wrote a DFA machine description (instruction scheduler data) based on gccint. It was a matter of a few days' work. There's no way I would have even attempted such a project if GCC had treated documentation the way GDB does. paul