Ver Fonte

add ENDPROC() macro for Blackfin assembly

Mike Frysinger há 17 anos atrás
pai
commit
bbcb6b8c7e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      libc/sysdeps/linux/bfin/sysdep.h

+ 1 - 0
libc/sysdeps/linux/bfin/sysdep.h

@@ -14,6 +14,7 @@
 #ifdef __ASSEMBLER__
 
 #define ENTRY(sym) .global sym; .type sym, STT_FUNC; sym:
+#define ENDPROC(sym) .size sym, . - sym
 
 #endif