Different executables of the same source

Shankar Unni shankarunni@netscape.net
Wed Feb 11 18:18:00 GMT 2004


Alex Vinokur wrote:

> How can one get the creation time of object file foo.o?

Use "objdump -p".

But it looks like gcc doesn't stuff a timestamp into the .o, but does 
into the .exe.

Visual C++ puts a timestamp in both the .obj and .exe.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list