Skip to content

Commit 277cc4a

Browse files
committed
Fix bolt/test/perf2bolt/Inputs/perf_test.lds
1 parent 13dd650 commit 277cc4a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
SECTIONS {
2-
. = SIZEOF_HEADERS;
2+
. = 0x400000 + SIZEOF_HEADERS;
33
.interp : { *(.interp) }
44
.note.gnu.build-id : { *(.note.gnu.build-id) }
5-
. = 0x212e8;
65
.dynsym : { *(.dynsym) }
7-
. = 0x31860;
6+
. = 0x801000;
87
.text : { *(.text*) }
9-
. = 0x41c20;
8+
. = 0x803000;
109
.fini_array : { *(.fini_array) }
11-
. = 0x54e18;
10+
. = 0x805000;
1211
.data : { *(.data) }
13-
}
12+
}

0 commit comments

Comments
 (0)