Searched hist:dd5c3db93b066f58637a3acd0df20c537cf3bcae (Results 1 – 2 of 2) sorted by relevance
/DragonStub/lib/ia32/ |
H A D | setjmp.S | dd5c3db93b066f58637a3acd0df20c537cf3bcae Fri Mar 25 17:36:53 UTC 2016 Nigel Croxon <nigel.croxon@hpe.com> I also found an issue when compiling setjmp.S using MinGW for both x86_32 and x86_64, due to the use of ELF specific assembler extensions (.type setjmp, @function is not comptaible with PE-COFF).
This patch addresses that, by making sure that we use the equivalent .type definition for MinGW. Note that I only addressed x86_32 and x86_64 as I'm not aware of MinGW developments for any other archs.
Signed-off-by: Pete Batard <pbatard@users.sf.net> Signed-off-by: Nigel Croxon <nigel.croxon@hpe.com>
|
/DragonStub/lib/x86_64/ |
H A D | setjmp.S | dd5c3db93b066f58637a3acd0df20c537cf3bcae Fri Mar 25 17:36:53 UTC 2016 Nigel Croxon <nigel.croxon@hpe.com> I also found an issue when compiling setjmp.S using MinGW for both x86_32 and x86_64, due to the use of ELF specific assembler extensions (.type setjmp, @function is not comptaible with PE-COFF).
This patch addresses that, by making sure that we use the equivalent .type definition for MinGW. Note that I only addressed x86_32 and x86_64 as I'm not aware of MinGW developments for any other archs.
Signed-off-by: Pete Batard <pbatard@users.sf.net> Signed-off-by: Nigel Croxon <nigel.croxon@hpe.com>
|