Blackfin arch: add proper ENDPROC()
add proper ENDPROC() to close out assembly functions so size/type is set properly in the final ELF image Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
@ -140,3 +140,5 @@ ENTRY(_memcpy)
|
||||
B[P0--] = R1;
|
||||
|
||||
RTS;
|
||||
|
||||
ENDPROC(_memcpy)
|
||||
|
Reference in New Issue
Block a user