From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129521 invoked by alias); 17 Apr 2018 20:56:47 -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 129502 invoked by uid 89); 17 Apr 2018 20:56:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:745 X-HELO: relay1.mentorg.com Date: Tue, 17 Apr 2018 20:56:00 -0000 From: Joseph Myers To: Mao Han CC: , , Subject: Re: [RFC PATCH V2 10/10] C-SKY: Linux ABI In-Reply-To: <0169426b30550679285be2936aed9bf366efedb9.1523169833.git.han_mao@c-sky.com> Message-ID: References: <0169426b30550679285be2936aed9bf366efedb9.1523169833.git.han_mao@c-sky.com> 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: 2018-04/txt/msg00288.txt.bz2 On Sun, 8 Apr 2018, Mao Han wrote: > diff --git a/sysdeps/unix/sysv/linux/csky/Versions b/sysdeps/unix/sysv/linux/csky/Versions > new file mode 100644 > index 0000000..bcb77fd > --- /dev/null > +++ b/sysdeps/unix/sysv/linux/csky/Versions > @@ -0,0 +1,34 @@ > +libc { > + GLIBC_2.27 { None of this should be needed, beyond maybe the cacheflush entry; the generic Versions entries should suffice. > + # Exception handling support functions from libgcc > + __register_frame; __register_frame_table; __deregister_frame; > + __frame_state_for; __register_frame_info_table; These should only be in extremely old glibc ports, not anything from the past decade. -- Joseph S. Myers joseph@codesourcery.com