shithub: scc

Download patch

ref: a2b6dcce1c7971f31ffe10c2029d26ed72e32dc8
parent: 7c45822bbc135e3a3a1c4466a7821e40749f3ba6
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Mar 31 07:41:25 EDT 2019

[test/ld] Use diferent values for every symbol

It makes eassier to identify every symbol in the output file.

--- a/tests/ld/execute/f1.s
+++ b/tests/ld/execute/f1.s
@@ -3,4 +3,7 @@
 	.globl	f1
 	.globl	f2
 	.globl	f3
-f1:	.long	0
+f1:	.long	1
+
+	.data
+f4:	.long	9
--- a/tests/ld/execute/f2.s
+++ b/tests/ld/execute/f2.s
@@ -2,4 +2,4 @@
 
 	.globl	f1
 	.globl	f2
-f2:	.long	0
+f2:	.long	2
--- a/tests/ld/execute/f3.s
+++ b/tests/ld/execute/f3.s
@@ -1,4 +1,4 @@
 	.file	"f3.s"
 
 	.globl	f3
-f3:	.long	0
+f3:	.long	3