From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5899 invoked by alias); 27 Feb 2007 21:54:08 -0000 Received: (qmail 5877 invoked by uid 22791); 27 Feb 2007 21:54:07 -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; Tue, 27 Feb 2007 21:54:01 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HMAGj-0008PQ-ME; Tue, 27 Feb 2007 16:53:57 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HMAGj-0007LK-CV; Tue, 27 Feb 2007 16:53:57 -0500 Date: Tue, 27 Feb 2007 22:12:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: Jan Kratochvil , mathieu lacage , gdb@sourceware.org Subject: Re: [RFC] Signed/unsigned character arrays are not strings Message-ID: <20070227215357.GB26262@caradoc.them.org> Mail-Followup-To: Nick Roberts , Jan Kratochvil , mathieu lacage , gdb@sourceware.org References: <17887.62990.937672.281975@kahikatea.snap.net.nz> <20070224161315.GA27534@caradoc.them.org> <17888.39894.136355.447008@kahikatea.snap.net.nz> <1172390381.2584.18.camel@mathieu> <20070225195350.GA12811@host0.dyn.jankratochvil.net> <20070226004457.GA9926@caradoc.them.org> <17892.4014.160191.285423@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17892.4014.160191.285423@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) 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-02/txt/msg00284.txt.bz2 On Wed, Feb 28, 2007 at 12:02:06AM +1300, Nick Roberts wrote: > The following could also be updated in the manual: > > (gdb) print $xmm1 > $1 = { > v4_float = {0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044}, > v2_double = {9.92129282474342e-303, 2.7585945287983262e-313}, > v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000", > v8_int16 = {0, 0, 14072, 315, 11, 0, 13, 0}, > v4_int32 = {0, 20657912, 11, 13}, > v2_int64 = {88725056443645952, 55834574859}, > uint128 = 0x0000000d0000000b013b36f800000000 > } Ooh, thanks. Added to my list to update if the patch stays in. -- Daniel Jacobowitz CodeSourcery