Skip to content

Commit

Permalink
Merge pull request #20278 from keithc-ca/gcc13
Browse files Browse the repository at this point in the history
Fix x86 assembly source issues with gcc 13
  • Loading branch information
pshipton authored Oct 1, 2024
2 parents 047e551 + 1d14565 commit 79984d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/oti/xhelpers.m4
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ define({SHORT_JMP},{short})

define({FILE_START},{
.intel_syntax noprefix
.arch pentium4
.text
})

Expand All @@ -111,7 +110,9 @@ define({START_PROC},{
GLOBAL_SYMBOL($1):
})

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

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

0 comments on commit 79984d0

Please sign in to comment.