From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25129 invoked by alias); 1 Feb 2007 12:22:59 -0000 Received: (qmail 25120 invoked by uid 22791); 1 Feb 2007 12:22:58 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 01 Feb 2007 12:22:54 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HCaxk-0003XM-EF; Thu, 01 Feb 2007 07:22:48 -0500 Date: Thu, 01 Feb 2007 12:22:00 -0000 From: Daniel Jacobowitz To: Markus Deuling Cc: GDB Patches Subject: Re: Missing arch_string in linux-i386-low.c/linux-x86-64-low.c Message-ID: <20070201122248.GA13521@nevyn.them.org> Mail-Followup-To: Markus Deuling , GDB Patches References: <45C1D403.6040708@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45C1D403.6040708@de.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00007.txt.bz2 On Thu, Feb 01, 2007 at 12:50:27PM +0100, Markus Deuling wrote: > Hi Daniel, > > I can't find your commit message in the mailing list so I write a new one > instead > of replying. > > gdbserver/ChangeLog says: > > 2007-01-09 Daniel Jacobowitz > > * linux-i386-low.c (the_low_target): Set arch_string. > * linux-x86-64-low.c (the_low_target): Likewise. > > > I looked through head but I don't see arch_string in these files. Seems > they are missing ? I recommend you use CVS to look at the history of those files; then you can find what change was made. the_low_target is an initialized structure, so this just consisted of adding an item to its initializer. -- Daniel Jacobowitz CodeSourcery