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: [PATCH] --enable-linker-build-id by default


> Alex, can this do something bad to bootstrap-debug?  I wonder if having 
> different -g settings for stage2 and stage3 would cause different build 
> IDs and ultimately cause a comparison script.

Different output of any kind (including DWARF and symbol tables) in the
final linked binaries will produce different build IDs, yes.  It should be
easy enough to ignore those in comparisons.  IIRC there is some similar
situation already for ignoring timestamps or something, but I don't really
know where all the comparison stuff is.

Thanks,
Roland


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