4
0
Эх сурвалжийг харах

Remove superfluous parentheses from link.x

Fixes #102
Jan Niehusmann 2 жил өмнө
parent
commit
b89b4e4920
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      riscv-rt/link.x

+ 2 - 2
riscv-rt/link.x

@@ -55,8 +55,8 @@ SECTIONS
     KEEP(*(.init));
     KEEP(*(.init));
     KEEP(*(.init.rust));
     KEEP(*(.init.rust));
     . = ALIGN(4);
     . = ALIGN(4);
-    (*(.trap));
-    (*(.trap.rust));
+    *(.trap);
+    *(.trap.rust);
 
 
     *(.text .text.*);
     *(.text .text.*);
   } > REGION_TEXT
   } > REGION_TEXT