This is the mail archive of the cygwin mailing list for the Cygwin 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: Different executables of the same source


On Wed, 11 Feb 2004, Shankar Unni wrote:

> 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.
>
Just a simple correction.  gcc doesn't create .o or .exe files.  as/ld
do respectively :).

So, this would be an as "buglet", I guess.  Feel free to follow up in the
binutils mailing list if you feel the urge.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444

--
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/


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