david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/libgcc
Michael Brown 1f7d550246 [build] Mark __intel_new_proc_init with __libgcc rather than cdecl
The function __intel_new_proc_init() (called implicitly when building
using icc) is marked with __attribute__((cdecl)).  This breaks
building on x86_64, where cdecl is meaningless.

Fix by replacing with the existing __libgcc macro, which is already
defined to be "__attribute__((cdecl))" for i386 builds and empty for
x86_64 builds.
2009-08-03 15:56:10 +01:00
..
__divdi3.c [libgcc] Make __libgcc architecture-specific 2008-11-19 19:14:24 +00:00
__moddi3.c [libgcc] Make __libgcc architecture-specific 2008-11-19 19:14:24 +00:00
__udivdi3.c [libgcc] Make __libgcc architecture-specific 2008-11-19 19:14:24 +00:00
__udivmoddi4.c [libgcc] Make __libgcc architecture-specific 2008-11-19 19:14:24 +00:00
__umoddi3.c [libgcc] Make __libgcc architecture-specific 2008-11-19 19:14:24 +00:00
icc.c [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
libgcc.h [libgcc] Make __libgcc architecture-specific 2008-11-19 19:14:24 +00:00
memcpy.c Import various libgcc functions from syslinux. 2007-07-30 02:43:43 +01:00