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


> FYI.  The last time I tried this, given how GNU ld handles orphan
> placement, this broke every embedded linker script I had handy to
> check against.  It's a failure which won't show up in typical
> toolchain testing, either.  The note ended up at zero, instead of
> whatever else (e.g. an interrupt vector) was supposed to be there.

Sure, there can be some issues.  We went through several such things
when we first deployed build IDs in Fedora, and various things got fixed
up.  On occasion someone will just decide that -Wl,--build-id=none is
the most sensible thing for their particular situation.  

> Expect a bit of fallout.

People who object can always use --disable-linker-build-id, of course.
Certainly the subject merits some release notes advice.


Thanks,
Roland


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