Skip to content

Commit 9260c30

Browse files
committed
Modify malformed-pt-dynamic.test to fix program header offset
Signed-off-by: Ruoyu Qiu <[email protected]>
1 parent f079240 commit 9260c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-readobj/ELF/malformed-pt-dynamic.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ Sections:
133133
Type: SHT_DYNAMIC
134134
Address: 0x1000
135135
Offset: 0x1000
136-
ShOffset: [[OFFSET=<none>]]
137136
Entries:
138137
- Tag: DT_NULL
139138
Value: 0
@@ -142,5 +141,6 @@ Sections:
142141
ProgramHeaders:
143142
- Type: PT_DYNAMIC
144143
FileSize: [[FILESIZE=<none>]]
144+
Offset: [[OFFSET=<none>]]
145145
FirstSec: .dynamic
146146
LastSec: .dynamic

0 commit comments

Comments
 (0)