From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129333 invoked by alias); 4 Nov 2016 22:23:33 -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 129320 invoked by uid 89); 4 Nov 2016 22:23:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=internally, family X-HELO: relay1.mentorg.com Date: Fri, 04 Nov 2016 22:23:00 -0000 From: Joseph Myers To: , Chung-Lin Tang Subject: Update nios2 localplt.data Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2016-11/txt/msg00213.txt.bz2 This patch updates nios2 localplt.data so the localplt test passes in my compile-only all-ABIs glibc testing. A new PLT entry for __extendsfdf2 is added. Tested for nios2. 2016-11-04 Joseph Myers * sysdeps/unix/sysv/linux/nios2/localplt.data: Add __extendsfdf2 for libc.so. diff --git a/sysdeps/unix/sysv/linux/nios2/localplt.data b/sysdeps/unix/sysv/linux/nios2/localplt.data index 5a0b4d3..6cf93cc 100644 --- a/sysdeps/unix/sysv/linux/nios2/localplt.data +++ b/sysdeps/unix/sysv/linux/nios2/localplt.data @@ -25,6 +25,7 @@ libc.so: __floatsidf libc.so: __divsf3 libc.so: __nedf2 libc.so: __eqdf2 +libc.so: __extendsfdf2 libm.so: matherr # The dynamic loader uses __libc_memalign internally to allocate aligned # TLS storage. The other malloc family of functions are expected to allow -- Joseph S. Myers joseph@codesourcery.com