From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10827 invoked by alias); 31 Oct 2007 19:21:51 -0000 Received: (qmail 10815 invoked by uid 22791); 31 Oct 2007 19:21:51 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 31 Oct 2007 19:21:49 +0000 Received: from zps77.corp.google.com (zps77.corp.google.com [172.25.146.77]) by smtp-out.google.com with ESMTP id l9VJLllk021133 for ; Wed, 31 Oct 2007 12:21:47 -0700 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps77.corp.google.com with ESMTP id l9VJLlCb021790 for ; Wed, 31 Oct 2007 12:21:47 -0700 Received: by localhost (Postfix, from userid 67641) id 1BE9C1C7E90; Wed, 31 Oct 2007 12:21:47 -0700 (PDT) To: gdb@sourceware.org Subject: ^m's in testsuite/gdb.disasm Message-Id: <20071031192147.1BE9C1C7E90@localhost> Date: Wed, 31 Oct 2007 19:21:00 -0000 From: dje@google.com (Doug Evans) 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-10/txt/msg00304.txt.bz2 I can understand ^m's in djunpack.bat, but I'm curious if there's any global rule regarding ^m's appearing elsewhere. I ask because the following files have ^m's and it resulting in spurious differences when trying to compare trees. One program I used to create a tree was dos-vs-unix aware and stripped them. On the one hand "my bad" and I'd expect to pay the price if I try to use djunpack.bat, but OTOH IWBN to avoid the issue where possible and just stick with ^j for newlines, even in the testsuite. OTOOH, if the ^m's are intentional, no problem - but a README to that effect in the same directory would be nice. Just my $0.02. gdb/testsuite/gdb.disasm/t01_mov.s gdb/testsuite/gdb.disasm/t02_mova.s gdb/testsuite/gdb.disasm/t03_add.s gdb/testsuite/gdb.disasm/t04_sub.s gdb/testsuite/gdb.disasm/t05_cmp.s gdb/testsuite/gdb.disasm/t06_ari2.s gdb/testsuite/gdb.disasm/t07_ari3.s gdb/testsuite/gdb.disasm/t08_or.s gdb/testsuite/gdb.disasm/t09_xor.s gdb/testsuite/gdb.disasm/t10_and.s gdb/testsuite/gdb.disasm/t11_logs.s gdb/testsuite/gdb.disasm/t12_bit.s gdb/testsuite/gdb.disasm/t13_otr.s