Skip to content

Commit b9382ee

Browse files
[AIE2/2P] Add .size to __start.
1 parent 0fd6e12 commit b9382ee

File tree

1 file changed

+2
-0
lines changed
  • libc/startup/baremetal/aie2

1 file changed

+2
-0
lines changed

libc/startup/baremetal/aie2/crt0.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ __start:
1515
NOP
1616
NOP
1717
NOP
18+
.p2align 4
19+
.size __start, . - __start

0 commit comments

Comments
 (0)