Skip to content
Snippets Groups Projects
Commit f9ef5a44 authored by Ben Gamari's avatar Ben Gamari
Browse files

nativeGen: Set explicit section types on all platforms

(cherry picked from commit db7f7240)
parent 3cac14d2
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,7 @@ pprGNUSectionHeader config t suffix =
Text
| OSMinGW32 <- platformOS platform
-> text ",\"xr\""
| otherwise -> text ",\"ax\"," <> sectionType platform "progbits"
CString
| OSMinGW32 <- platformOS platform
-> empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment