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

« back to all changes in this revision

Viewing changes to libc/string/strspn.S

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091031115210-x0mlijnegkce86fk
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: strspn.S,v 1.1 2007/03/01 12:59:39 dmix Exp $ */
 
29
/* $Id: strspn.S,v 1.1.4.1 2009/04/01 23:12:19 arcanum Exp $ */
30
30
 
31
31
/** \file */
32
32
/** \ingroup avr_string
53
53
/* This realization is compact, but is not very fast: an accept string
54
54
   is not cashed.       */
55
55
 
56
 
        .text
 
56
        ASSEMBLY_CLIB_SECTION
57
57
        .global _U(strspn)
58
58
        .type   _U(strspn), @function
59
59