From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27431 invoked by alias); 20 Mar 2013 18:04:13 -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 27390 invoked by uid 89); 20 Mar 2013 18:04:02 -0000 X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 20 Mar 2013 18:03:58 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MJZ00D000MBDU00@a-mtaout20.012.net.il> for gdb@sourceware.org; Wed, 20 Mar 2013 20:03:55 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJZ00CLG0UJH3O0@a-mtaout20.012.net.il>; Wed, 20 Mar 2013 20:03:55 +0200 (IST) Date: Wed, 20 Mar 2013 18:04:00 -0000 From: Eli Zaretskii Subject: Re: Strange backtrace from GDB 7.5.91 In-reply-to: <20130320175740.GA31878@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k3p2ymli.fsf@gnu.org> References: <83ppyuynhd.fsf@gnu.org> <20130320175740.GA31878@host2.jankratochvil.net> X-SW-Source: 2013-03/txt/msg00051.txt.bz2 > Date: Wed, 20 Mar 2013 18:57:40 +0100 > From: Jan Kratochvil > Cc: gdb@sourceware.org > > > But relocate_path's argument list is this: > > > > relocate_path (const char *progname, const char *initial, int flag) > > > > i.e., the FLAG argument is the last one, not the first one. > > It needs a fix in GDB: > Bug 15223 - reversed order of inlined function parameters > http://sourceware.org/bugzilla/show_bug.cgi?id=15223 Thanks. Any chance of fixing this before 7.6 is released?