/[avr-libc]/avr-libc/libc/string/memcmp.S
ViewVC logotype

Diff of /avr-libc/libc/string/memcmp.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by troth, Tue Sep 30 23:05:18 2003 UTC revision 1.6 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 55  Line 55 
55      \warning This function is not -mint8 compatible, although if you only care      \warning This function is not -mint8 compatible, although if you only care
56      about testing for equality, this function should be safe to use. */      about testing for equality, this function should be safe to use. */
57    
58  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
59    
60          .text          .text
61          .global _U(memcmp)          .global _U(memcmp)
# Line 82  _U(memcmp): Line 82  _U(memcmp):
82  .memcmp_end:  .memcmp_end:
83          .size   _U(memcmp), .memcmp_end - _U(memcmp)          .size   _U(memcmp), .memcmp_end - _U(memcmp)
84    
85  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26