From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id C9DB23858D39 for ; Tue, 11 Jan 2022 14:18:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C9DB23858D39 Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-564-EGNm4j2eN3mSfeA3Ja4TDQ-1; Tue, 11 Jan 2022 09:18:30 -0500 X-MC-Unique: EGNm4j2eN3mSfeA3Ja4TDQ-1 Received: by mail-wm1-f72.google.com with SMTP id c188-20020a1c35c5000000b00346a2160ea8so3239965wma.9 for ; Tue, 11 Jan 2022 06:18:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=eg3TbVeg/yGZftUxvFq6qR0MZJsP7GjH7k1JBFo4L9A=; b=Dnc/joH4YvXOdsvxHvXocVihS5Boz17J2VaOnAZ7rxpFMeCCNMHzBRvD4Me4LcQ3t9 jP0q1GhDlHypw9SBnyQcG1o+oNNUYmX9boG2s6XTDqK/Uj9wWx4hfhplHMiZaOz5xZo5 Zit5YMDFArZtHJe4CtfdXebXo0YiojmATCT1BP9DWb94DvusB/sSfSs4fpQqzaKmvfdE vf4/Q+7t9/Ss1WWgSjhY1gHGxEfBOymwKUueb5L58Np56ozChC04Ss3qLmewPY/IisRe pHDwlCs23Kx+X+Kzw5ioTMyLarPki2TZIeS6N0OmNpuKYWBo6ZioVReXkp+GrBNc5Ibm 0gvw== X-Gm-Message-State: AOAM531L6+cggy3uWNZi9fgFgULE/U+VHvlyQwZa5NceJ+Y+pgDeSovQ 701krqHp/LjiNuEdUUm62c2fl8Xwy2MeuMds/AvXYbBYY2pMOfm0S4nS0+Nw8el7z+C/8gOp0lF +YI+9WscxjToOJTmnEw== X-Received: by 2002:a05:6000:545:: with SMTP id b5mr3937410wrf.452.1641910708882; Tue, 11 Jan 2022 06:18:28 -0800 (PST) X-Google-Smtp-Source: ABdhPJw68j0Q6gA6kTneDc4uQ0sNZXE2C00iSghTfrck9Rwe1WjkHCzddsxLbaUmAjCnKRdyi9bYkQ== X-Received: by 2002:a05:6000:545:: with SMTP id b5mr3937402wrf.452.1641910708763; Tue, 11 Jan 2022 06:18:28 -0800 (PST) Received: from [192.168.1.6] (adsl-164-239.freeuk.com. [80.168.164.239]) by smtp.gmail.com with ESMTPSA id t15sm9381061wrz.82.2022.01.11.06.18.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 11 Jan 2022 06:18:28 -0800 (PST) Message-ID: <76024ed5-1c98-1637-2d22-d84f35053a26@redhat.com> Date: Tue, 11 Jan 2022 14:18:28 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH 2/4] gas: add visibility support using GNU syntax on XCOFF To: "CHIGOT, CLEMENT" , "binutils@sourceware.org" References: From: Nick Clifton In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2022 14:18:32 -0000 Hi Clement, In order to ease port of GNU assembly code and especially ld testsuite, > this patch allows XCOFF to accept the usual GNU syntax for visibility. > > PR 22085 > > gas/ChangeLog: > > * config/tc-ppc.c (ppc_GNU_visibility): New function. > * testsuite/gas/ppc/aix.exp: Add new tests. > * testsuite/gas/ppc/xcoff-visibility-2-32.d: New test. > * testsuite/gas/ppc/xcoff-visibility-2-64.d: New test. > * testsuite/gas/ppc/xcoff-visibility-2.s: New test. > Approved - please apply. Cheers Nick