public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* mips64 and wordsize-64
@ 2021-06-03 20:05 Florian Weimer
  2021-06-03 22:02 ` Joseph Myers
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2021-06-03 20:05 UTC (permalink / raw)
  To: libc-alpha

Apparently, mips64el-linux-gnu-n64-nan2008-soft and other MIPS targets
do not use sysdeps/unix/sysv/linux/wordsize-64.  Is this an oversight,
or is there a deeper reason for that?

Thanks,
Florian


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mips64 and wordsize-64
  2021-06-03 20:05 mips64 and wordsize-64 Florian Weimer
@ 2021-06-03 22:02 ` Joseph Myers
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph Myers @ 2021-06-03 22:02 UTC (permalink / raw)
  To: Florian Weimer; +Cc: libc-alpha

On Thu, 3 Jun 2021, Florian Weimer via Libc-alpha wrote:

> Apparently, mips64el-linux-gnu-n64-nan2008-soft and other MIPS targets
> do not use sysdeps/unix/sysv/linux/wordsize-64.  Is this an oversight,
> or is there a deeper reason for that?

Historically, sysdeps/unix/sysv/linux/wordsize-64 assumed that struct stat 
and struct stat64 had the same layout, which is not the case for MIPS n64.  
It's possible that all such assumptions that are untrue for n64 have now 
been factored out so this is no longer an issue.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-03 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 20:05 mips64 and wordsize-64 Florian Weimer
2021-06-03 22:02 ` Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).