From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3447 invoked by alias); 8 Nov 2013 06:37:46 -0000 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 Received: (qmail 3435 invoked by uid 89); 8 Nov 2013 06:37:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPAM_SUBJECT,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-vc0-f179.google.com Received: from Unknown (HELO mail-vc0-f179.google.com) (209.85.220.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 08 Nov 2013 06:37:43 +0000 Received: by mail-vc0-f179.google.com with SMTP id hz11so1093106vcb.24 for ; Thu, 07 Nov 2013 22:37:35 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.52.98.194 with SMTP id ek2mr8651757vdb.11.1383892655488; Thu, 07 Nov 2013 22:37:35 -0800 (PST) Received: by 10.220.121.198 with HTTP; Thu, 7 Nov 2013 22:37:35 -0800 (PST) In-Reply-To: <87a9hgz1ke.fsf@fleche.redhat.com> References: <87bo3rz790.fsf@fleche.redhat.com> <87k3ibqtxk.fsf@fleche.redhat.com> <87a9hgz1ke.fsf@fleche.redhat.com> Date: Fri, 08 Nov 2013 07:25:00 -0000 Message-ID: Subject: Re: Sim hangs on new target at dup_arg_p() in infinite loop. From: Alexey Makhalov To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-11/txt/msg00220.txt.bz2 Hi, ChangeLog entry: 2013-11-07 Alexey Makhalov * sim-options.c (dup_arg_p) Using hash table from libiberty to store sim args. And about copyright assignment, I have no any special one. Thanks. Alexey. On Thu, Nov 7, 2013 at 5:14 AM, Tom Tromey wrote: >>>>>> "Alexey" == Alexey Makhalov writes: > > Alexey> fixed > > I never saw a response to this. > > The patch looks good. > It needs a ChangeLog entry. > Also, do you have a copyright assignment in place? > > thanks, > Tom