On 14 Aug 2023 17:43, Alan Modra via Gdb-patches wrote: > + regsub -all "(^|\n)(\[^\n\]*: warning:\[^\n\]*missing \\.note\\.GNU-stack section\[^\n\]*\n?)+" $text "\\1" text > + regsub -all "(^|\n)(\[^\n\]*: warning:\[^\n\]*has a LOAD segment with RWX permissions\[^\n\]*\n?)+" $text "\\1" text imo these are bugs that should be fixed rather than ignored. i filed some for people to fixup. haven't kept track of the overall status though. > + regsub -all "(^|\n)(\[^\n\]*: NOTE: This behaviour is deprecated\[^\n\]*\n?)+" $text "\\1" text not sure that i've seen this one before -mike