Skip to content

Commit 561fcf5

Browse files
authored
[BOLT][test] Update checkvma-large-section.test (#69419)
1 parent 66c9915 commit 561fcf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bolt/test/X86/checkvma-large-section.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ProgramHeaders:
1919
Flags: [ PF_R, PF_W ]
2020
FirstSec: .large_sec
2121
LastSec: .large_sec
22-
VAddr: 0x4a0279a8
22+
VAddr: 0x80000000
2323
- Type: PT_GNU_RELRO
2424
Flags: [ PF_R ]
2525
Sections:
@@ -28,8 +28,8 @@ Sections:
2828
Content: 00
2929
AddressAlign: 0x1
3030
- Name: .large_sec
31-
Type: SHT_PROGBITS
31+
Type: SHT_NOBITS
3232
Flags: [ SHF_WRITE, SHF_ALLOC ]
33-
Address: 0x4a0279a8
34-
Size: 0xdf8bb1a0
33+
Address: 0x80000000
34+
Size: 0x80000000
3535
...

0 commit comments

Comments
 (0)