From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28965 invoked by alias); 28 Mar 2006 00:00:17 -0000 Received: (qmail 28893 invoked by uid 22791); 28 Mar 2006 00:00:16 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Mar 2006 00:00:15 +0000 Received: (qmail 24796 invoked from network); 28 Mar 2006 00:00:12 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Mar 2006 00:00:12 -0000 To: gdb-patches@sources.redhat.com Subject: Re: RFA: prologue value modules References: <20060323045524.GA31868@nevyn.them.org> From: Jim Blandy Date: Tue, 28 Mar 2006 07:51:00 -0000 In-Reply-To: (Jim Blandy's message of "Wed, 22 Mar 2006 21:39:30 -0800") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00314.txt.bz2 Jim Blandy writes: > Jim Blandy writes: >> Okay. *This* patch always builds prologue-value.o. >> >> src/gdb/ChangeLog: >> 2006-03-22 Jim Blandy >> >> * prologue-value.c, prologue-value.h: New files. >> * Makefile.in (prologue_value_h): New variable. >> (HFILES_NO_SRCDIR): List prologue-value.h. >> (SFILES): List prologue-value.c. >> (COMMON_OBS): List prologue-value.o. >> (prologue-value.o): New rule. I haven't seen any further comments on this, other that people saying they might like to use it, so once Eli has signed off on the docs, I'll commit this.