<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grovel/src/internal/x32, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://euandre.org/git/grovel/atom?h=main</id>
<link rel='self' href='http://euandre.org/git/grovel/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/'/>
<updated>2019-04-11T00:11:19Z</updated>
<entry>
<title>remove external __syscall function and last remaining users</title>
<updated>2019-04-11T00:11:19Z</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2019-04-11T00:11:19Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/commit/?id=788d5e24ca19c6291cebd8d1ad5b5ed6abf42665'/>
<id>urn:sha1:788d5e24ca19c6291cebd8d1ad5b5ed6abf42665</id>
<content type='text'>
the weak version of __syscall_cp_c was using a tail call to __syscall
to avoid duplicating the 6-argument syscall code inline in small
static-linked programs, but now that __syscall no longer exists, the
inline expansion is no longer duplication.

the syscall.h machinery suppported up to 7 syscall arguments, only via
an external __syscall function, but we presently have no syscall call
points that actually make use of that many, and the kernel only
defines 7-argument calling conventions for arm, powerpc (32-bit), and
sh. if it turns out we need them in the future, they can easily be
added.
</content>
</entry>
<entry>
<title>fix inconsistent visibility for internal syscall symbols</title>
<updated>2015-04-14T17:48:20Z</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2015-04-14T17:48:20Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/commit/?id=7405cd1e2bafc046b4311005b94092d74a7a9c66'/>
<id>urn:sha1:7405cd1e2bafc046b4311005b94092d74a7a9c66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>import vanilla x86_64 code as x32</title>
<updated>2014-02-23T10:07:18Z</updated>
<author>
<name>rofl0r</name>
<email>retnyg@gmx.net</email>
</author>
<published>2014-01-07T21:43:34Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/commit/?id=323272db175204b951f119dae4bd99ef05e20f13'/>
<id>urn:sha1:323272db175204b951f119dae4bd99ef05e20f13</id>
<content type='text'>
</content>
</entry>
</feed>
