From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31025 invoked by alias); 21 Nov 2014 14:39:19 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 31015 invoked by uid 89); 21 Nov 2014 14:39:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f46.google.com MIME-Version: 1.0 X-Received: by 10.140.102.116 with SMTP id v107mr6895806qge.68.1416580749537; Fri, 21 Nov 2014 06:39:09 -0800 (PST) In-Reply-To: <1416329010-8683-4-git-send-email-will.newton@linaro.org> References: <1416329010-8683-1-git-send-email-will.newton@linaro.org> <1416329010-8683-4-git-send-email-will.newton@linaro.org> Date: Fri, 21 Nov 2014 14:39:00 -0000 Message-ID: Subject: Re: [PATCH 3/3] AArch64: Reformat inline-asm in elf_machine_load_address From: Marcus Shawcroft To: Will Newton Cc: GNU C Library Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-11/txt/msg00598.txt.bz2 On 18 November 2014 16:43, Will Newton wrote: > From: Andrew Pinski > > This patch reformats the inline-asm in elf_machine_load_address so it is > easier to change only part of the inline-asm. That is using string > concatenating instead of string continuation. > > Also document why this inline-asm works - it depends on the 32bit > relocation being resolved at link time. > > ChangeLog: > > 2014-11-18 Will Newton > Andrew Pinski > > * sysdeps/aarch64/dl-machine.h (elf_machine_load_address): > Refactor inline-asm. Also add comment. OK /Marcus