From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25024 invoked by alias); 4 Apr 2010 21:46:17 -0000 Received: (qmail 24997 invoked by uid 22791); 4 Apr 2010 21:46:11 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Apr 2010 21:46:05 +0000 Received: (qmail 11325 invoked from network); 4 Apr 2010 21:46:03 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Apr 2010 21:46:03 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [patch] Fix breakpoint at *_start Date: Sun, 04 Apr 2010 21:46:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-20-generic; KDE/4.3.2; x86_64; ; ) Cc: Jan Kratochvil References: <20100404210751.GA21664@host0.dyn.jankratochvil.net> In-Reply-To: <20100404210751.GA21664@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201004042245.58720.pedro@codesourcery.com> 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: 2010-04/txt/msg00061.txt.bz2 On Sunday 04 April 2010 22:07:51, Jan Kratochvil wrote: > Bugreport has been kept updated by the courtesy of John Reiser since 2005. What bug report? A PR? > Gdb/ > 2010-04-04 Jan Kratochvil >=20 > * infcmd.c (run_command_1): Call proceed with regcache_read_pc ad= dress. > * config/djgpp/fnchange.lst: Add translation for break-static-ent= ry.exp. >=20 > gdb/testsuite/ > 2010-04-04 Jan Kratochvil >=20 > * gdb.base/break-static-entry.exp: New. This is OK. The need for -static is a test implementation detail on systems with a userspace dynamic loader =E0 la ld.so. Can I convince you to remove "static" from the test name? --=20 Pedro Alves