Skip to content

Commit 8a2ffa5

Browse files
authored
Fix minor nits in the mips outline assembly files. (#653)
- Fix the `.file` string for mips64.s. - Fix a redundant `.note.GNU-stack` declaration in mips.s
1 parent e5e5dd5 commit 8a2ffa5

File tree

6 files changed

+1
-3
lines changed

6 files changed

+1
-3
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/backend/linux_raw/arch/outline/mips.s

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ rustix_syscall6_nr_last:
186186
.end rustix_syscall6_nr_last
187187
.size rustix_syscall6_nr_last, .-rustix_syscall6_nr_last
188188

189-
.section .note.GNU-stack,"",@progbits
190-
191189
.section .text.rustix_syscall7_nr_last,"ax",@progbits
192190
.p2align 2
193191
.weak rustix_syscall7_nr_last

src/backend/linux_raw/arch/outline/mips64.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# outline.rs takes care of reordering the nr argument to the end for us,
88
# so we only need to move nr into v0.
99

10-
.file "mips.s"
10+
.file "mips64.s"
1111
.section .mdebug.abi64
1212
.previous
1313
.abicalls
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)