From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126005 invoked by alias); 23 Oct 2017 11:14:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 125929 invoked by uid 89); 23 Oct 2017 11:14:42 -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,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:hppa64, sk:hppa64- X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Oct 2017 11:14:40 +0000 Received: by mail-wm0-f48.google.com with SMTP id b189so8723731wmd.4 for ; Mon, 23 Oct 2017 04:14:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:mail-followup-to:subject:date:message-id :user-agent:mime-version; bh=fV+nnsUYetMY+3cBGHhfm/rD5KbFkePOpWgq8gCVlAU=; b=Lbe935iahZLTVL5FoJRmRCPmRjLsfIU8/ek2zb01QVq7JFtsze/3KmFxjvY3isG6AP YvhEdgcV1G1bURPI7xl4eL4hj1HaBS/m//KVRm6kPHQb8Un7f+Oha3GHJR7U76GqNakv dRtFma/LnLwB7gBG+IeE+8b9LRJAMQDv/lS7nmEqTPTUkbsBXeNc1nwbb1S1UoLD6Hl/ xq7AFWL6Gs3uPSm7weJfZa2plOgPEuVWcJ068Et70uwxc8M2b9EpyhNaGv1a8WyACCwB 0Ra2+0B+OYLrkzvqH6DNNsdGNxspsIGwI9ltX1vPYungBXarS1U4QNfPC1WHArRcNjfj 097w== X-Gm-Message-State: AMCzsaUS3Bfwuff7j44o8W7ab8huqHiXQlyd47Mef9AyR1lScxByugJV cBbsTsISDBxaz6r2tAME94kRN3wKBxg= X-Google-Smtp-Source: ABhQp+TOtBzDhbAURtUKQIqDpdTKt20w8xY7yKsvr+ZQdxL5wnxqK22wtyzEaXNPHKrpknxPSXJwZA== X-Received: by 10.28.139.72 with SMTP id n69mr5741781wmd.29.1508757278220; Mon, 23 Oct 2017 04:14:38 -0700 (PDT) Received: from localhost ([2.26.27.199]) by smtp.gmail.com with ESMTPSA id 66sm2130089wmm.30.2017.10.23.04.14.36 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Oct 2017 04:14:37 -0700 (PDT) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, richard.sandiford@linaro.org Subject: [00/nn] Patches preparing for runtime offsets and sizes Date: Mon, 23 Oct 2017 11:16:00 -0000 Message-ID: <87wp3mxgir.fsf@linaro.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2017-10/txt/msg01451.txt.bz2 This series of patches adds or does things are needed for SVE runtime offsets and sizes, but aren't directly related to offsets and sizes themselves. It's a prerequisite to the main series that I'll post later today. Tested by compiling the testsuite before and after the series on: aarch64-linux-gnu aarch64_be-linux-gnu alpha-linux-gnu arc-elf arm-linux-gnueabi arm-linux-gnueabihf avr-elf bfin-elf c6x-elf cr16-elf cris-elf epiphany-elf fr30-elf frv-linux-gnu ft32-elf h8300-elf hppa64-hp-hpux11.23 ia64-linux-gnu i686-pc-linux-gnu i686-apple-darwin iq2000-elf lm32-elf m32c-elf m32r-elf m68k-linux-gnu mcore-elf microblaze-elf mipsel-linux-gnu mipsisa64-linux-gnu mmix mn10300-elf moxie-rtems msp430-elf nds32le-elf nios2-linux-gnu nvptx-none pdp11 powerpc-linux-gnuspe powerpc-eabispe powerpc64-linux-gnu powerpc64le-linux-gnu powerpc-ibm-aix7.0 riscv32-elf riscv64-elf rl78-elf rx-elf s390-linux-gnu s390x-linux-gnu sh-linux-gnu sparc-linux-gnu sparc64-linux-gnu sparc-wrs-vxworks spu-elf tilegx-elf tilepro-elf xstormy16-elf v850-elf vax-netbsdelf visium-elf x86_64-darwin x86_64-linux-gnu xtensa-elf There were no differences besides the ones described in the covering notes (except on powerpc-ibm-aix7.0, where symbol names aren't stable). Also tested normally on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu. Thanks, Richard