Hi! On Thu, Jul 17, 2025 at 05:58:47AM -0700, harish.sadin...@windriver.com wrote: > From: Harish Sadineni <harish.sadin...@windriver.com> > > Avoid encoding full build paths into file headers; use only the basename of > the source file.
Line way too long. Commit message lines are 72 character positions wide. (The semicolon should be a colon btw. Or just a full stop reads nicer there). > This improves build reproducibility, particularly in environments where build > paths > vary or where source files are saved for debugging. > > For example, in addkf3-sw.c, the file header previously contained the full > source path: > /* file created from ../../../libgcc/soft-fp/addtf3.c */ > > With this change, only the filename is included: > /* file created from addtf3.c */ Excellent, that example helps :-) It also answers the next question "is there something else in the path we would care about?": nope, it just says soft-fp, and that will be clear from context anyway. Okay for trunk (with the commit message improved). Thank you! Do you want backports? Okay for those as well (if they are wanted). Segher