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

« back to all changes in this revision

Viewing changes to libc/string/strncpy.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: strncpy.S,v 1.7 2007/12/01 06:03:31 dmix Exp $ */
 
29
/* $Id: strncpy.S,v 1.7.2.1 2009/04/01 23:12:16 arcanum Exp $ */
30
30
 
31
31
/** \file */
32
32
/** \ingroup avr_string
54
54
#define len_hi r21
55
55
#define len_lo r20
56
56
 
57
 
        .text
 
57
        ASSEMBLY_CLIB_SECTION
58
58
        .global _U(strncpy)
59
59
        .type   _U(strncpy), @function
60
60
_U(strncpy):