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: New mailing list <libc-ports@sources.redhat.com>


> So I thought that the architecture started after 2.2.5 should use
> _Unwind_Find_FDE given in libgcc.  

What has that got to do with changing the link line?

> It is really necessary,  because m32r does not use __NR_fcntl.
> I readied another patch. (futimes.c.patch)

If fcntl doesn't exist but fcntl64 does, then you should make it use that
inline syscall.

> I will create a new fcntl.c instead of include i386/fcntl.c.

That is not necessarily the right thing to do.
If i386/fcntl.c does what you need, then using it is fine.


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