forked from Imagelibrary/binutils-gdb
libctf: testsuite fixes for datasec size changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x4: foo: 0x3: \(kind 3\) int \[16\] .*
|
||||
0: 0x4: foo \(datasec size: .*\): 0x3: \(kind 3\) int \[16\] .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.rodata:
|
||||
|
||||
0: 0x3: foo: 0x2: \(kind 10\) const int .*
|
||||
0: 0x3: foo \(datasec size: .*\): 0x2: \(kind 10\) const int .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.BAR:
|
||||
|
||||
0: 0x2: foo: 0x1: \(kind 1\) int .*
|
||||
0: 0x2: foo \(datasec size: .*\): 0x1: \(kind 1\) int .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x[45]: bar: 0x2: \(kind 4\) struct .*
|
||||
0: 0x[56]: foo: 0x1: \(kind 1\) int .*
|
||||
0: 0x[45]: bar \(datasec size: .*\): 0x2: \(kind 4\) struct .*
|
||||
0: 0x[56]: foo \(datasec size: .*\): 0x1: \(kind 1\) int .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
[0-9]*: 0x[0-9]*: bar: 0x3: \(kind 19\) enum big .*
|
||||
[0-9]*: 0x[0-9]*: foo: 0x1: \(kind 6\) enum baz .*
|
||||
[0-9]*: 0x[0-9]*: bar \(datasec size: .*\): 0x3: \(kind 19\) enum big .*
|
||||
[0-9]*: 0x[0-9]*: foo \(datasec size: .*\): 0x1: \(kind 6\) enum baz .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x3: bar: 0x2: \(kind 2\) struct foo \* .* -> 0x1: \(kind 7\) struct foo
|
||||
0: 0x3: bar \(datasec size: .*\): 0x2: \(kind 2\) struct foo \* .* -> 0x1: \(kind 7\) struct foo
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x2: foo: 0x1: \(kind 1\) int .*
|
||||
0: 0x2: foo \(datasec size: .*\): 0x1: \(kind 1\) int .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x3: foo: 0x2: \(kind 2\) int \* .*
|
||||
0: 0x3: foo \(datasec size: .*\): 0x2: \(kind 2\) int \* .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x4: foo: 0x3: \(kind 11\) int \*restrict .*
|
||||
0: 0x4: foo \(datasec size: .*\): 0x3: \(kind 11\) int \*restrict .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x3: foo: 0x1: \(kind 4\) struct .*
|
||||
0: 0x3: foo \(datasec size: .*\): 0x1: \(kind 4\) struct .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x[23]: foo: 0x[234]: \(kind 18\) ttag .* -> 0x1: \(kind 1\) int .*
|
||||
0: 0x[23]: foo \(datasec size: .*\): 0x[234]: \(kind 18\) ttag .* -> 0x1: \(kind 1\) int .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x3: foo: 0x1: \(kind 5\) union bar .*
|
||||
0: 0x3: foo \(datasec size: .*\): 0x1: \(kind 5\) union bar .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#...
|
||||
Section \.bss:
|
||||
|
||||
0: 0x3: foo: 0x2: \(kind 9\) volatile int .*
|
||||
0: 0x3: foo \(datasec size: .*\): 0x2: \(kind 9\) volatile int .*
|
||||
|
||||
Types:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user