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: Binary file


Eduardo Cesar Cabrera Flores <eccf@super.unam.mx> writes:

> I got a binary file which doesnt run in a Pentium III cpu but it does in a
> pentium IV and Xeon cpu.
> 
> So, my question is:
> 
> if there is any way to know how the file was compiled? I mean, which
> options were used to create the exe file.

No, in general this information is not recorded in the object file for
an i386 target.

Perhaps it should be, but that is not really a gcc issue.  It is a
binutils issue.

Ian


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