On Mon, Jan 06, 2025 at 07:37:56AM -0700, Jeff Law wrote: > > > On 1/6/25 6:01 AM, Stafford Horne wrote: > > In the OpenRISC build we get the following warning: > > > > ld: warning: __modsi3_s.o: missing .note.GNU-stack section implies > > executable stack > > ld: NOTE: This behaviour is deprecated and will be removed in a future > > version of the linker > > > > Fix this by adding a .note.GNU-stack to indicate the stack does not need to > > be > > executable for the lib1funcs. > > > > Note, this is also needed for the upcoming glibc 2.41. > > > > libgcc/ > > * config/or1k/lib1funcs.S: Add .note.GNU-stack section on linux. > OK for the trunk. You've got write privs, correct?
Thanks, Yes I should still have access. Also, I would like to add to the release-14 branch. Is there anything special I need to do to add the patch there? -Stafford