This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc binary format output


Kai Ruottu writes:
 > Victor Roman Archidona wrote:
 > 
 >  > I compiled by hand GCC, and when I compile some file the output format
 >  > is "UNIX - System V". I got this with `readelf -h program`.
 >  > root@localhost ~ # gcc -static test.c -o test
 >  > root@localhost ~ # readelf -h test | grep "OS/ABI"
 >  > OS/ABI: UNIX - System V
 > 
 > I tried a crosscompiler from 'i686-linux-gnu' to the 'x86_64-freebsd6.1'
 > and got just the same result:

This is way off-topic.  gcc produces assembly code, not binaries.  You
should be talking to a binutils list.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]