From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23241 invoked by alias); 18 Nov 2014 16:43:39 -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 23226 invoked by uid 89); 18 Nov 2014 16:43:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f171.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=jcNnGNsU6VFPGUIPNi8qEC1MhnL1gBU2PnzopfD10aw=; b=DNKwRAiVs++rjp25e7u45mqjqp7OGqZcd0BpTwTsbbRzgXQCUQJgj0N90R2rbfPCS4 ECOywzKJdRbJs8s6Y/bkdu5FBE8I10eQlrG87ulG6+yTgM48TZMSPMIydFv8Viw4q221 t/O9l5dvKd9aOZBX/HFLwrA4Yky5XWJob1FUk9QTR0OahB1tbg/wFsx2UGQcjN7bfaxx 0tBSe4U51bdJGAiB9GRwGQmSN4ZPfMRs/hpH27QmSRkCe4Ss1dPv4tBbUfcV9QeL6Ol0 1SyLSnTc8Wtt2bILGuKiuFi3mno3oQ2ImZY2YlQp5f5ez3SCKXGqL+vvtC0Sf1RIP56O KUDw== X-Gm-Message-State: ALoCoQl9QahWX4e5OgvbFGzssrsTkFyoF3A2t3tS+FuO7pW4yZta1qJnR87VofOQmMu20n3Zj/E8 X-Received: by 10.194.58.180 with SMTP id s20mr49743053wjq.28.1416329015342; Tue, 18 Nov 2014 08:43:35 -0800 (PST) From: Will Newton To: libc-alpha@sourceware.org Subject: [PATCH 0/3] Rework a few of the AArch64 ILP32 patches Date: Tue, 18 Nov 2014 16:43:00 -0000 Message-Id: <1416329010-8683-1-git-send-email-will.newton@linaro.org> X-SW-Source: 2014-11/txt/msg00454.txt.bz2 These three patches break out some of the easier bits of the AArch64 ILP32 work from Andrew Pinksi with the intention that they can go in relatively quickly while the rest of the series is reviewed and reworked. Andrew Pinski (1): AArch64: Reformat inline-asm in elf_machine_load_address Will Newton (2): AArch64: Update relocations for ILP32 AArch64: Use ELF macros rather than Elf64 throughout elf/elf.h | 20 +++++++++++++++++--- sysdeps/aarch64/bits/link.h | 6 +++--- sysdeps/aarch64/dl-machine.h | 37 ++++++++++++++++++++----------------- 3 files changed, 40 insertions(+), 23 deletions(-) -- 1.9.3