<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/libgcc/memcpy.c, branch v0.9.6</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/libgcc/memcpy.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/libgcc/memcpy.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2007-07-30T01:43:43+00:00</updated>
<entry>
<title>Import various libgcc functions from syslinux.</title>
<updated>2007-07-30T01:43:43+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-30T01:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4ce8d61a5cb8a0e3f68bff8400ba2b8246c9a58f'/>
<id>urn:sha1:4ce8d61a5cb8a0e3f68bff8400ba2b8246c9a58f</id>
<content type='text'>
Experimentation reveals that gcc ignores -mrtd for the implicit
arithmetic functions (e.g. __udivdi3), but not for the implicit
memcpy() and memset() functions.  Mark the implicit arithmetic
functions with __attribute__((cdecl)) to compensate for this.

(Note: we cannot mark with with __cdecl, because we define __cdecl to
incorporate regparm(0) as well.)
</content>
</entry>
</feed>
