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

« back to all changes in this revision

Viewing changes to libc/string/strcmp.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:
26
26
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
27
  POSSIBILITY OF SUCH DAMAGE. */
28
28
 
29
 
/* $Id: strcmp.S,v 1.9 2007/03/02 11:24:32 dmix Exp $ */
 
29
/* $Id: strcmp.S,v 1.9.2.1 2009/04/01 23:12:14 arcanum Exp $ */
30
30
 
31
31
/** \file */
32
32
 
54
54
#define ret_hi r25
55
55
#define ret_lo r24
56
56
 
57
 
        .text
 
57
        ASSEMBLY_CLIB_SECTION
58
58
        .global _U(strcmp)
59
59
        .type   _U(strcmp), @function
60
60
_U(strcmp):