~ubuntu-branches/ubuntu/wily/avr-libc/wily-proposed

« back to all changes in this revision

Viewing changes to libc/pmstring/strstr_P.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091031115210-crjd42sn6ezrj52c
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
29
  POSSIBILITY OF SUCH DAMAGE. */
30
30
 
31
 
/* $Id: strstr_P.S,v 1.7 2007/03/08 12:00:54 dmix Exp $ */
 
31
/* $Id: strstr_P.S,v 1.7.2.1 2009/04/01 23:11:56 arcanum Exp $ */
32
32
 
33
33
/*
34
34
   strstr_P.S
69
69
#define beg2   r21      /* begin of s2: s2[0]   */
70
70
#define chr2   r0
71
71
 
72
 
.text
 
72
ASSEMBLY_CLIB_SECTION
73
73
.global _U(strstr_P)
74
74
.type _U(strstr_P), @function
75
75
_U(strstr_P):