xtensa: fix an assembly warning in start_address.S
Add missing .end and .size in start_address.S Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
94ae6fcb9b
commit
9bfee48d5d
1 changed files with 6 additions and 0 deletions
|
@ -21,4 +21,10 @@
|
||||||
__start:
|
__start:
|
||||||
movi a0, 0
|
movi a0, 0
|
||||||
call0 _start /* jump to _start (in crt1-*.S) */
|
call0 _start /* jump to _start (in crt1-*.S) */
|
||||||
|
|
||||||
|
/* never returns */
|
||||||
|
|
||||||
|
.size __start, . - __start
|
||||||
|
|
||||||
|
.end literal_prefix
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue