This is the mail archive of the gcc@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: Building unique object files and binaries


"Ian S. Nelson" <nelcomp@attglobal.net> writes:

> I'm sure this has been discussed before but is there a patch or any 
> desire to modify gcc to add timestamping and some sort of unique 
> identifier to each object file output (or maybe this is a binutils 
> thing) so that they are all different and unique for the purpose of 
> identification?

There is a strong desire to _remove_ timestamps and unique identifiers
from object files, so that they can be compared.  A very useful part
of GCC's testing relies on object files being able to be compared.

-- 
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>


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