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] RE: msgctl() on MIPS, n32 ABI.


On Wed, Jan 10, 2007 at 06:52:56PM +0900, Atsushi Nemoto wrote:
> The __IPC_64 problem on {shm,sem,msg}ctl is not only for N32.  N64
> also suffers this problem.  Certainly glibc can provide wrappers for
> these system calls, as ARM EABI does.  A patch attached.

This patch, unfortunately, is not OK.  Before:
   176: 000d98fc    28 FUNC    WEAK   DEFAULT    9 shmctl@@GLIBC_2.0

After:
  1548: 000d9930    72 FUNC    GLOBAL DEFAULT    9 shmctl@@GLIBC_2.2

If there isn't a handy version of the file somewhere we can reuse, then
we'll have to copy it.  I'll investigate later today.

-- 
Daniel Jacobowitz
CodeSourcery


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