From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4666 invoked by alias); 9 Feb 2004 21:58:01 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4656 invoked from network); 9 Feb 2004 21:58:00 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 9 Feb 2004 21:58:00 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AqJPe-0002vd-00; Mon, 09 Feb 2004 16:57:54 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 6112F4B363; Mon, 9 Feb 2004 16:58:12 -0500 (EST) To: ezannoni@redhat.com, fedor@doc.com Subject: Re: [rfa/symtab] Move find_pc_section call to lookup_minimal_symbol_by_pc Cc: cagney@gnu.org, gdb-patches@sources.redhat.com Message-Id: <20040209215812.6112F4B363@berman.michael-chastain.com> Date: Mon, 09 Feb 2004 21:58:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00211.txt.bz2 The filenames are a problem because gdb1237-1280-main.c and gdb1237-1280.c are not 8.3 unique. You either have to make them 8.3 unique (preferred) or add lines to config/djgpp/fnchange.lst. For the kfail's, please use more specific patterns than just ".*$gdb_prompt $". kfail's should be for known bugs, which means there should be known-bad output. If the output doesn't match a specific known-bad output, then it means that gdb has regressed even more, and the KFAIL turns into a FAIL (this does happen). You don't need to call get_compiler_info unless you use one of these functions or data symbols later: test_compiler_info, gcc_compiled, hp_cc_compiler, hp_aCC_compiler, signed_keyword_not_used. I missed the beginning of the thread, but it helps to say what system(s) you tested it on (so when it breaks on a different system later, it makes it easier to figure out what is wrong ... morbid but true). Michael C