Skip to content

Commit

Permalink
Merge pull request #20284 from keithc-ca/gcc13
Browse files Browse the repository at this point in the history
Only add note.GNU-stack on Linux
  • Loading branch information
pshipton authored Oct 2, 2024
2 parents 79984d0 + 0fa59db commit fe2c25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/oti/xhelpers.m4
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ define({START_PROC},{
GLOBAL_SYMBOL($1):
})

define({FILE_END},{
define({FILE_END},{ifdef({LINUX},{
.section .note.GNU-stack,"",@progbits
})
})})

define({END_PROC},{
END_$1:
Expand Down

0 comments on commit fe2c25b

Please sign in to comment.