From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7049 invoked by alias); 25 Nov 2001 04:06:46 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7023 invoked from network); 25 Nov 2001 04:06:44 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sourceware.cygnus.com with SMTP; 25 Nov 2001 04:06:44 -0000 Received: (from mec@localhost) by duracef.shout.net (8.8.7/8.8.7) id WAA18058; Sat, 24 Nov 2001 22:06:43 -0600 Date: Sat, 10 Nov 2001 12:54:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200111250406.WAA18058@duracef.shout.net> To: msnyder@cygnus.com Subject: Re: [RFA] Add ix86 target to asm-source.exp test Cc: gdb-patches@sources.redhat.com X-SW-Source: 2001-11/txt/msg00204.txt.bz2 I ran the new asm-source.exp test for x86 targets and it is not working for me. My environment: native i686-pc-linux-gnu, red hat linux 7.1, cvs gdb, various versions of gcc, cvs binutils, dejagnu 1.4.2. I tried binutils 2.11.2 and /bin/as + /bin/ld as well with no joy. Here are the excerpts: http://www.shout.net/~mec/sunday/2001-11-24/log-asm-source/gcc-2.95.3-excerpt.txt http://www.shout.net/~mec/sunday/2001-11-24/log-asm-source/gcc-3.0.2-excerpt.txt http://www.shout.net/~mec/sunday/2001-11-24/log-asm-source/gcc-HEAD-excerpt.txt http://www.shout.net/~mec/sunday/2001-11-24/log-asm-source/gcc-gcc-3_0-branch-excerpt.txt Basically, the test fails on the first "f" command, and then derails on the "s" command in main. It feels like an environmental dependency, like something is missing or wrong in my test harness. If you have all PASSes for this test, can you post some excerpts from your gdb.log, and tell me what your PATH is set to? Michael C