We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f51450 commit cf006f3Copy full SHA for cf006f3
tests/assembly/small_data_threshold.rs
@@ -58,7 +58,7 @@ static mut Z: u64 = 0;
58
// Currently, only MIPS and RISCV successfully put any objects in the small data
59
// sections so the U/V/W/X tests are skipped on Hexagon and M68K
60
61
-//@ RISCV: .section .sdata,
+//@ RISCV: .section .sdata
62
//@ RISCV-NOT: .section
63
//@ RISCV: U:
64
//@ RISCV: .section .sbss
@@ -71,7 +71,7 @@ static mut Z: u64 = 0;
71
72
//@ RISCV: X:
73
74
-//@ MIPS: .section .sdata,
+//@ MIPS: .section .sdata
75
//@ MIPS-NOT: .section
76
//@ MIPS: U:
77
//@ MIPS: .section .sbss
0 commit comments