This is the mail archive of the gcc-patches@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: PR/15448: add a compiler timestamp to PCH files (take 2)


Is the size reliable? It's quite common for binaries to be stripped during installation. The only thing I can thing of that should be unmodified is the *relative* addresses of certain key functions.

This is easily fixed by rebuilding the libstdc++ pch upon installation. It would be best to do it with any kind of compiler signature (st_size, st_mtime, ...).


Paolo


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