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

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

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

revision 1.6 by troth, Thu Oct 9 17:20:30 2003 UTC revision 1.7 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 43  Line 43 
43  #define s2_hi r23  #define s2_hi r23
44  #define s2_lo r22  #define s2_lo r22
45    
46  #ifndef DOXYGEN  #ifndef __DOXYGEN__
47  ; first char of str1 (updated in loop)  ; first char of str1 (updated in loop)
48  #define chr1 r18  #define chr1 r18
49  ; first char of str2 (updated in loop)  ; first char of str2 (updated in loop)
# Line 65  Line 65 
65      substring, or NULL if the substring is not found.      substring, or NULL if the substring is not found.
66      If s2 points to a string of zero length, the function returns s1. */      If s2 points to a string of zero length, the function returns s1. */
67    
68  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
69    
70  .text  .text
71  .global _U(strstr)  .global _U(strstr)
# Line 119  _U(strstr): Line 119  _U(strstr):
119  .strstr_end:  .strstr_end:
120  .size _U(strstr), .strstr_end - _U(strstr)  .size _U(strstr), .strstr_end - _U(strstr)
121    
122  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

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

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