9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* along the way...
@ 2019-12-06  6:41 ori
  2019-12-06  8:15 ` [9fans] " hiro
  0 siblings, 1 reply; 4+ messages in thread
From: ori @ 2019-12-06  6:41 UTC (permalink / raw)
  To: 9fans

I realized that the ape-erik patch was only available as a
diff on 9legacy.org, and was missing inttypes.h for arm,
so I fixed that omission, and imported it as something
that you can get with patch/apply:

	patch/apply ape-erik

I also ran into an issue with bad assembly in ape causing
crashes with any code that called getfcr(). There was a
variant of the code that implemented getfcr() uising VFP
sitting in /sys/src/libc/getfcr.vfp.s, so I replaced the
implementations in both libc and ape with it. It seems to
work, and matches what we have on 9front. It's certainly
no more wrong than what was there, but an extra pair of
arm-familiar eyes would be appreciated on that patch.

	patch/apply rpi-getfcr-vfp

Talking with miller off-list, making the default arm
floating point use vfp seems like a good idea, which
would probably make this patch the right choice.

I couldn't figure out how to delete files with patch/create,
so there will probably be a bit of junk left laying around
from the ape-erik patch application.


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

end of thread, other threads:[~2019-12-06 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06  6:41 along the way ori
2019-12-06  8:15 ` [9fans] " hiro
2019-12-06 13:22   ` Richard Miller
2019-12-06 13:28     ` hiro

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 NNTP newsgroup(s).