On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote:
Well whatever object format it is, it seems it's not COFF by default, [...]

---
$ gcc --version && gcc -c test.c && file test.o
gcc.exe (rubenvb-4.8.0) 4.8.0
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

test.o: MS Windows COFF Intel 80386 object file
---

David

Reply via email to