From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31210 invoked by alias); 5 Mar 2007 20:18:59 -0000 Received: (qmail 31202 invoked by uid 22791); 5 Mar 2007 20:18:58 -0000 X-Spam-Check-By: sourceware.org Received: from igw1.br.ibm.com (HELO igw1.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Mar 2007 20:18:51 +0000 Received: from mailhub3.br.ibm.com (mailhub3 [9.18.232.110]) by igw1.br.ibm.com (Postfix) with ESMTP id 04811148112 for ; Mon, 5 Mar 2007 17:11:06 -0300 (BRT) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l25KImZk1585226 for ; Mon, 5 Mar 2007 17:18:48 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l25KHh8o017370 for ; Mon, 5 Mar 2007 17:17:43 -0300 Received: from dyn532128.br.ibm.com (dyn532128.br.ibm.com [9.18.238.251]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l25KHfbk017329 for ; Mon, 5 Mar 2007 17:17:41 -0300 Subject: [PATCH] changed output in altivec-regs.exp From: Thiago Jung Bauermann To: gdb-patches Content-Type: multipart/mixed; boundary="=-sRFE3nB+SPcVpc6FtXMR" Date: Mon, 05 Mar 2007 20:18:00 -0000 Message-Id: <1173125923.21352.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 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-03/txt/msg00043.txt.bz2 --=-sRFE3nB+SPcVpc6FtXMR Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 356 Hi, This makes the test script expect the new output of the "show endian" command, which for PPC architecture changed sometime between GDB 6.5 and GDB 6.6. 2007-03-05 Thiago Jung Bauermann * gdb.arch/altivec-regs.exp: Match new "show endian" output. -- []'s Thiago Jung Bauermann Software Engineer IBM Linux Technology Center --=-sRFE3nB+SPcVpc6FtXMR Content-Disposition: attachment; filename=altivec-regs.diff Content-Type: text/x-patch; name=altivec-regs.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 677 Index: gdb.arch/altivec-regs.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/altivec-regs.exp,v retrieving revision 1.13 diff -u -r1.13 altivec-regs.exp --- gdb.arch/altivec-regs.exp 19 Jan 2007 11:14:52 -0000 1.13 +++ gdb.arch/altivec-regs.exp 5 Mar 2007 18:17:55 -0000 @@ -91,7 +91,7 @@ send_gdb "show endian\n" set endianness "" gdb_expect { - -re "(The target endianness is set automatically .currently )(big|little)( endian.*)$gdb_prompt $" { + -re "(The target is assumed to be )(big|little)( endian.*)$gdb_prompt $" { pass "endianness" set endianness $expect_out(2,string) } --=-sRFE3nB+SPcVpc6FtXMR--