<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grovel/src/setjmp/aarch64, 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>2020-08-13T01:53:25Z</updated>
<entry>
<title>aarch64: fix setjmp return value</title>
<updated>2020-08-13T01:53:25Z</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2020-08-12T21:00:26Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/commit/?id=22359b54ab9a3ff0a854490f3eb0fcb838e785af'/>
<id>urn:sha1:22359b54ab9a3ff0a854490f3eb0fcb838e785af</id>
<content type='text'>
longjmp should set the return value of setjmp, but 64bit
registers were used for the 0 check while the type is int.

use the code that gcc generates for return val ? val : 1;
</content>
</entry>
<entry>
<title>add aarch64 port</title>
<updated>2015-03-12T00:12:35Z</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2015-03-10T21:18:41Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/commit/?id=01ef3dd9c5fa7a56aa370f244dd08e05c73010f5'/>
<id>urn:sha1:01ef3dd9c5fa7a56aa370f244dd08e05c73010f5</id>
<content type='text'>
This adds complete aarch64 target support including bigendian subarch.

Some of the long double math functions are known to be broken otherwise
interfaces should be fully functional, but at this point consider this
port experimental.

Initial work on this port was done by Sireesh Tripurari and Kevin Bortis.
</content>
</entry>
</feed>
