From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14745 invoked by alias); 18 Apr 2019 09:50:06 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 14725 invoked by uid 89); 18 Apr 2019 09:50:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=Btw X-HELO: mail-wm1-f66.google.com Received: from mail-wm1-f66.google.com (HELO mail-wm1-f66.google.com) (209.85.128.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 09:50:02 +0000 Received: by mail-wm1-f66.google.com with SMTP id c1so2023616wml.4 for ; Thu, 18 Apr 2019 02:50:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mittosystems.com; s=google; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=vZTPdYEO+KY3j7/WgE8gdbjb5LOrabHlEAel9Ll2aIA=; b=XXVLuhptYJp8uDFas0U3Il3UhLT6WVv/kycwETJwhb/JhSo619kpa7/68MpNN2Fvcl fyZHbh0mznMcm0ES1RYwhf2imox3ufrnwOWn0Q9S75FObZtngL8bsK0qBuTRiocXkMfc X+DQtfeo9EebeyBw+hOxqsGpl0W0JL7xaBBFmyIkOIDZR3XSlcNtZRhMeeNge1VeFFgW L36Y68TeNpMxjjSC+oAehSsNC3rejCXybSNjsdhWOMePYk+t7cAh0G73ZUZYZ10Nz5fv iV7H/nvNrITwcB3WIv0qgAErY3q5/M28CyJasoRirkqsg6ol0PYyJnwNxNbSge/c4MUN cE2g== Return-Path: Received: from jozef-kubuntu ([2a01:4b00:87fd:900:918:10c:b6ae:8f40]) by smtp.gmail.com with ESMTPSA id g132sm1372748wme.3.2019.04.18.02.50.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 18 Apr 2019 02:50:00 -0700 (PDT) Date: Thu, 18 Apr 2019 09:50:00 -0000 From: Jozef Lawrynowicz To: Corinna Vinschen Cc: newlib@sourceware.org Subject: Re: [PATCH] [MSP430] Make the inclusion of run_*_array functions depend on defined assembler symbols Message-ID: <20190418104958.0e19c630@jozef-kubuntu> In-Reply-To: <20190418083356.GD3599@calimero.vinschen.de> References: <20190418010424.393d95b6@jozef-kubuntu> <20190418083356.GD3599@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019/txt/msg00191.txt.bz2 On Thu, 18 Apr 2019 10:33:56 +0200 Corinna Vinschen wrote: > On Apr 18 01:04, Jozef Lawrynowicz wrote: > > If the patch is acceptable, I would appreciate if someone would commit it for > > me, as I do not have write access. > > Pushed. > > Btw., you don't have to prepend text to your patch if it's reproducing > the commit message anyway. Just send the patch with `git send-email' > to the list, patchsets ideally git format-patch'ed with --cover-letter. > Ok thanks, will do in the future. Jozef