This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: RFA: Add Epiphany newlib & libgloss port


Quoting Jim Meyering <jim@meyering.net>:

I see no changes under /libgloss, so perhaps you
weren't addressing me.  For example, open is still buggy:

You must be looking at a copy of that file from the old attachment.


The new one has:

int __attribute__ ((section ("libgloss_epiphany")))
_open (const char *file, int flags, mode_t mode)
{
  return asm_syscall (file, flags, mode, SYS_open);
}       /* _open () */


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