This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Have MIPS64/n64 imply wordsize-64


On Fri, Apr 13, 2012 at 7:11 PM, Andrew Pinski
<andrew.pinski@caviumnetworks.com> wrote:
> On Fri, Apr 13, 2012 at 6:21 PM, Andrew Pinski
> <andrew.pinski@caviumnetworks.com> wrote:
>> Currently MIPS64/n64 does not implies wordsize-64 which means we have
>> to copy and paste some code from wordsize-64.
>> This patch changes MIPS64/n64 to imply wordsize-64 so we can remove
>> the duplicated code from the mips port.
>>
>> OK? ÂNote I don't have write access yet.
>
> Ignore this patch, it does not work. ÂFor some reason I thought I
> tested it but I must have messed up.

It turns out this was already discussed before
http://sourceware.org/ml/libc-ports/2008-12/msg00007.html .

>
> Thanks,
> Andrew
>
>
>>
>> Thanks,
>> Andrew Pinski
>>
>> 2012-04-13 ÂAndrew Pinski Â<apinski@cavium.com>
>>
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: Delete.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/Implies: New file.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Add a kludge just
>> Â Â Â Âlike x86_64 and alpha targets to have __NR_pread and
>> __NR_pwrite defined.
>> Â Â Â Â* sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Remove all
>> Â Â Â Âsyscalls except for statfs.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]