From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30332 invoked by alias); 30 Nov 2003 01:04:14 -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 30325 invoked from network); 30 Nov 2003 01:04:12 -0000 Received: from unknown (HELO fred.ninemoons.com) (68.14.214.217) by sources.redhat.com with SMTP; 30 Nov 2003 01:04:12 -0000 Received: from fred.ninemoons.com (fred.ninemoons.com [127.0.0.1]) by fred.ninemoons.com (8.12.8/8.12.8) with ESMTP id hAU143Xj000899; Sat, 29 Nov 2003 18:04:03 -0700 Received: (from fnf@localhost) by fred.ninemoons.com (8.12.8/8.12.8/Submit) id hAU13vn3000814; Sat, 29 Nov 2003 18:03:57 -0700 From: Fred Fish Message-Id: <200311300103.hAU13vn3000814@fred.ninemoons.com> Subject: Re: [PATCH] Outwit compiler dead code elimination in break.exp test To: fnf@ninemoons.com Date: Sun, 30 Nov 2003 01:04:00 -0000 Cc: gdb-patches@sources.redhat.com Reply-To: fnf@public.ninemoons.com (Fred Fish) In-Reply-To: <200311292305.hATN51Uj013311@fred.ninemoons.com> from "Fred Fish" at Nov 29, 2003 04:05:01 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00625.txt.bz2 > * gdb.base/break.c (globalvar): Add. > (marker1, marker2, marker3, marker4): Set globalvar. BTW, as it turns out this breaks some other tests that depend upon hardwired line numbers into break.c, so I'm updating those. If nothing else, it might be a good idea to mark those lines that do have hardwired line numbers to make them easier to find again in the future. -Fred