gnu-efi/lib/ia32
Nigel Croxon d039cd620b Currently we have DivU64x32 on ia32, but it tries to call
__umoddi3 and __udivdi3 from libgcc, which we don't have.
This fixes it to use our implementation in that case.

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
2018-01-10 10:28:36 -05:00
..
efi_stub.S The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
initplat.c Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00
math.c Currently we have DivU64x32 on ia32, but it tries to call 2018-01-10 10:28:36 -05:00
setjmp.S I also found an issue when compiling setjmp.S using MinGW for both 2016-03-25 13:36:53 -04:00