Menu

#30 Fix MinGW breakage in setjmp.S

Unstable_(example)
closed
None
5
2016-03-25
2016-03-25
Pete Batard
No

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.

Regards,

/Pete

1 Attachments

Discussion

  • Nigel Croxon

    Nigel Croxon - 2016-03-25
    • status: open --> closed
    • assigned_to: Nigel Croxon
     
  • Nigel Croxon

    Nigel Croxon - 2016-03-25

    Accepted and pushed to git tree.
    commit dd5c3db93b066f58637a3acd0df20c537cf3bcae

    Thank you Pete.

     

Log in to post a comment.

MongoDB Logo MongoDB