From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14252 invoked by alias); 26 Jun 2014 15:39:33 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 14238 invoked by uid 89); 26 Jun 2014 15:39:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtpo15.poczta.onet.pl Received: from smtpo15.poczta.onet.pl (HELO smtpo15.poczta.onet.pl) (213.180.142.146) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 26 Jun 2014 15:39:03 +0000 Received: from [192.168.2.253] (77-253-37-82.adsl.inetia.pl [77.253.37.82]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: freddie_chopin@op.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3gzlkq2RX2zYkhxw for ; Thu, 26 Jun 2014 17:38:58 +0200 (CEST) Message-ID: <53AC3E90.5090500@op.pl> Date: Thu, 26 Jun 2014 15:39:00 -0000 From: Freddie Chopin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: Problem with continue/halt References: <53A52B93.9030204@op.pl> <53ABDD67.1020900@op.pl> <83bntfpuct.fsf@gnu.org> In-Reply-To: <83bntfpuct.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00086.txt.bz2 W dniu 2014-06-26 17:24, Eli Zaretskii pisze: > Are you per chance compiling with LTO? If so, don't. I'm using the same command as the one which worked fine previously: > $SRCDIR/$BINUTILS_GDB/configure --build=$BUILD \ > --host=$HOST_MINGW \ > --target=$TARGET \ > --prefix=$INSTALLDIR_MINGW \ > --infodir=$INSTALLDIR_MINGW_DOC/info \ > --mandir=$INSTALLDIR_MINGW_DOC/man \ > --htmldir=$INSTALLDIR_MINGW_DOC/html \ > --pdfdir=$INSTALLDIR_MINGW_DOC/pdf \ > --disable-nls \ > --enable-plugins \ > --with-sysroot=$INSTALLDIR_MINGW/arm-none-eabi \ > --disable-sim \ > --with-python=no \ > --with-lzma=no \ > --with-libexpat=$BUILDDIR_MINGW/host-libs/usr \ > --with-libiconv-prefix=$BUILDDIR_MINGW/host-libs/usr \ > --with-system-gdbinit=$INSTALLDIR_MINGW/$HOST_MINGW/arm-none-eabi/lib/gdbinit \ > '--with-gdb-datadir='\''${prefix}'\''/arm-none-eabi/share/gdb' \ > "--with-pkgversion=$PKGVERSION" > > make -j$JOBS So I'm not enabling LTO explicitly, maybe that's enabled by default somehow? BTW - do you mean LTO is the cause for the continue/halt problem or the issue of building older versions? Regards, FCh