Skip to content

Commit 18c8d04

Browse files
committed
Drop changes to perf_test.lds
1 parent bf6a278 commit 18c8d04

File tree

1 file changed

+6
-5
lines changed

1 file changed

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

0 commit comments

Comments
 (0)