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

« back to all changes in this revision

Viewing changes to libc/pmstring/strncat_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:
27
27
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
28
  POSSIBILITY OF SUCH DAMAGE. */
29
29
 
30
 
/* $Id: strncat_P.S,v 1.7 2007/12/01 06:03:30 dmix Exp $ */
 
30
/* $Id: strncat_P.S,v 1.7.2.1 2009/04/01 23:11:55 arcanum Exp $ */
31
31
 
32
32
/** \file */
33
33
/** \ingroup avr_pgmspace
51
51
#define len_hi r21
52
52
#define len_lo r20
53
53
 
54
 
        .text
 
54
        ASSEMBLY_CLIB_SECTION
55
55
        .global _U(strncat_P)
56
56
        .type   _U(strncat_P), @function
57
57