From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11350 invoked by alias); 15 Nov 2012 06:58:18 -0000 Received: (qmail 11340 invoked by uid 22791); 15 Nov 2012 06:58:17 -0000 X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 06:58:12 +0000 Received: by mail-ie0-f169.google.com with SMTP id 10so2272588ied.0 for ; Wed, 14 Nov 2012 22:58:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=NL3tQ31bRzLa+jmvxYhhwMBYa7n9zTtRYax/FwgoBkI=; b=YLqWwqD/Y9qu5L9HNcipInlZhyJh1JLGnoIpxQO2oUxVwmrbOMosu6idgGUFPU3txb zt6yvTYPa5hfwpAXBTG1z1C2m86jBTB0IynUJ5S97tkYxxwfGxB5gQGJFlHD50JdftYB coVcoe5CO3NUIpFl32eE+2rRpkZ8Z8UvCwT8qxQPMD6ni8qkAtxCNBHjEl3ZfFMkbC+0 oYPLUUNHxj9jK+D0wnZrwghjsDTVJ9pFs4wJ5KAIqbFYyRHb/zOc0p5FLVmYu60N1f07 jOGS+EUovI4IGL15aaYWbpH5Q0S2SJhtqfjG56pk+bZAbTDS8rapeuwGIsq/+2nQQ99H DOeQ== MIME-Version: 1.0 Received: by 10.50.1.200 with SMTP id 8mr127718igo.51.1352962691952; Wed, 14 Nov 2012 22:58:11 -0800 (PST) Received: by 10.42.46.136 with HTTP; Wed, 14 Nov 2012 22:58:11 -0800 (PST) In-Reply-To: <20121115063605.GA24663@gentoo.L3L6.loongson.cn> References: <20121115063605.GA24663@gentoo.L3L6.loongson.cn> Date: Thu, 15 Nov 2012 06:58:00 -0000 Message-ID: Subject: Re: sendfile64 not impelemented in mips64 From: "Carlos O'Donell" To: yili0568@gmail.com Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkSfbX7pls8w7n3kH2ZrzdeNwWaC38HQ2ZEVf2U9xIduwB3Wjg3wr0rD3lTVRQr0sXjynFi X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00044.txt.bz2 On Thu, Nov 15, 2012 at 1:36 AM, wrote: > Hello, everyone, when I compile the file used sendfile64 in mips64el, > gcc reported that warning: sendfile64 is not implemented. > Are the 3 files "sysdeps/unix/sysv/linux/syscalls.list > ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list > ports/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list > " the template of syscalls? > > What the relationship of the 3 files. And I found sendfile64 in the > file sysdeps/unix/sysv/linux/syscalls.list. But why gcc report > that warning? > > How could I fix the bug? Implemented sendifle64 in > ports/sysdeps/unix/sysv/linux/mips/mips64/n64/? Please email libc-help@sourceware.org to discuss issues like this, and we'll be happy to help talk about what might be going wrong. Please make sure to include exactly which sources you are using, how you configured glibc, and the full output of the error that you see during the build. Thanks! Cheers, Carlos.