From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23210 invoked by alias); 28 Apr 2008 01:38:27 -0000 Received: (qmail 23200 invoked by uid 22791); 28 Apr 2008 01:38:26 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Apr 2008 01:38:00 +0000 Received: from kahikatea.snap.net.nz (135.61.255.123.dynamic.snap.net.nz [123.255.61.135]) by viper.snap.net.nz (Postfix) with ESMTP id 48DE93DAD20 for ; Mon, 28 Apr 2008 13:37:55 +1200 (NZST) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 971468FC6D; Mon, 28 Apr 2008 13:37:45 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18453.10856.678467.961230@kahikatea.snap.net.nz> Date: Mon, 28 Apr 2008 08:38:00 -0000 To: gdb-patches@sourceware.org Subject: Regression in exec.c (print_section_info) ? X-Mailer: VM 7.19 under Emacs 22.2.50.2 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: 2008-04/txt/msg00629.txt.bz2 This works for me, e.g. with "info target" but perhaps there is a bigger picture and this line was removed for another reason. -- Nick http://www.inet.net.nz/~nickrob *** exec.c 20 Apr 2008 10:20:39 +1200 1.73 --- exec.c 28 Apr 2008 13:33:24 +1200 *************** print_section_info (struct target_ops *t *** 546,551 **** --- 546,552 ---- { printf_filtered (_("\tEntry point: ")); fputs_filtered (paddress (bfd_get_start_address (abfd)), gdb_stdout); + printf_filtered ("\n"); } for (p = t->to_sections; p < t->to_sections_end; p++) {