git subrepo clone https://github.com/libopencm3/libopencm3.git
subrepo: subdir: "libopencm3" merged: "88e91c9a7cce" upstream: origin: "https://github.com/libopencm3/libopencm3.git" branch: "master" commit: "88e91c9a7cce" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
2
libopencm3/ld/tests/device.data
Normal file
2
libopencm3/ld/tests/device.data
Normal file
@@ -0,0 +1,2 @@
|
||||
device family A=val B=val
|
||||
family END CPU=cpu FPU=fpu
|
||||
6
libopencm3/ld/tests/device.result
Normal file
6
libopencm3/ld/tests/device.result
Normal file
@@ -0,0 +1,6 @@
|
||||
-DFAMILY -DDEVICE
|
||||
-DFAMILY -DDEVICE -D_A=val -D_B=val
|
||||
family
|
||||
device
|
||||
cpu
|
||||
fpu
|
||||
1
libopencm3/ld/tests/ignore.data
Normal file
1
libopencm3/ld/tests/ignore.data
Normal file
@@ -0,0 +1 @@
|
||||
ignore END A B C D -E=val f=val
|
||||
6
libopencm3/ld/tests/ignore.result
Normal file
6
libopencm3/ld/tests/ignore.result
Normal file
@@ -0,0 +1,6 @@
|
||||
-DIGNORE
|
||||
-DIGNORE
|
||||
ignore
|
||||
|
||||
|
||||
|
||||
2
libopencm3/ld/tests/multiline.data
Normal file
2
libopencm3/ld/tests/multiline.data
Normal file
@@ -0,0 +1,2 @@
|
||||
multiline + A=val B=val
|
||||
multiline END C=val D=val
|
||||
6
libopencm3/ld/tests/multiline.result
Normal file
6
libopencm3/ld/tests/multiline.result
Normal file
@@ -0,0 +1,6 @@
|
||||
-DMULTILINE
|
||||
-DMULTILINE -D_A=val -D_B=val -D_C=val -D_D=val
|
||||
multiline
|
||||
|
||||
|
||||
|
||||
2
libopencm3/ld/tests/pattern.data
Normal file
2
libopencm3/ld/tests/pattern.data
Normal file
@@ -0,0 +1,2 @@
|
||||
p?tte* parent A=val B=val
|
||||
parent END C=val D=val
|
||||
6
libopencm3/ld/tests/pattern.result
Normal file
6
libopencm3/ld/tests/pattern.result
Normal file
@@ -0,0 +1,6 @@
|
||||
-DPARENT -DPATTERN
|
||||
-DPARENT -DPATTERN -D_A=val -D_B=val -D_C=val -D_D=val
|
||||
parent
|
||||
pattern
|
||||
|
||||
|
||||
1
libopencm3/ld/tests/single.data
Normal file
1
libopencm3/ld/tests/single.data
Normal file
@@ -0,0 +1 @@
|
||||
single END A=val B=val
|
||||
6
libopencm3/ld/tests/single.result
Normal file
6
libopencm3/ld/tests/single.result
Normal file
@@ -0,0 +1,6 @@
|
||||
-DSINGLE
|
||||
-DSINGLE -D_A=val -D_B=val
|
||||
single
|
||||
|
||||
|
||||
|
||||
2
libopencm3/ld/tests/tree1.data
Normal file
2
libopencm3/ld/tests/tree1.data
Normal file
@@ -0,0 +1,2 @@
|
||||
tree1 parent A=val B=val
|
||||
parent END C=val D=val
|
||||
6
libopencm3/ld/tests/tree1.result
Normal file
6
libopencm3/ld/tests/tree1.result
Normal file
@@ -0,0 +1,6 @@
|
||||
-DPARENT -DTREE1
|
||||
-DPARENT -DTREE1 -D_A=val -D_B=val -D_C=val -D_D=val
|
||||
parent
|
||||
tree1
|
||||
|
||||
|
||||
5
libopencm3/ld/tests/tree5.data
Normal file
5
libopencm3/ld/tests/tree5.data
Normal file
@@ -0,0 +1,5 @@
|
||||
tree5 tree4 A=val
|
||||
tree4 tree3 B=val
|
||||
tree3 tree2 C=val
|
||||
tree2 tree1 D=val
|
||||
tree1 END E=VAL F=val
|
||||
6
libopencm3/ld/tests/tree5.result
Normal file
6
libopencm3/ld/tests/tree5.result
Normal file
@@ -0,0 +1,6 @@
|
||||
-DTREE1 -DTREE2 -DTREE3 -DTREE4 -DTREE5
|
||||
-DTREE1 -DTREE2 -DTREE3 -DTREE4 -DTREE5 -D_A=val -D_B=val -D_C=val -D_D=val -D_E=VAL -D_F=val
|
||||
tree1
|
||||
tree2
|
||||
|
||||
|
||||
4
libopencm3/ld/tests/twomatch.data
Normal file
4
libopencm3/ld/tests/twomatch.data
Normal file
@@ -0,0 +1,4 @@
|
||||
twomatch treeparent A=val B=val C=val D=val
|
||||
# the next line will be ignored because previous matches before and no + there
|
||||
twomatch treeparent P=val Q=val R=val S=val
|
||||
treeparent END E F
|
||||
6
libopencm3/ld/tests/twomatch.result
Normal file
6
libopencm3/ld/tests/twomatch.result
Normal file
@@ -0,0 +1,6 @@
|
||||
-DTREEPARENT -DTWOMATCH
|
||||
-DTREEPARENT -DTWOMATCH -D_A=val -D_B=val -D_C=val -D_D=val
|
||||
treeparent
|
||||
twomatch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user