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

« back to all changes in this revision

Viewing changes to libc/misc/ultoa.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: ultoa.S,v 1.7 2005/10/19 20:12:45 aesok Exp $ */
 
29
/* $Id: ultoa.S,v 1.7.4.1 2009/04/01 23:11:52 arcanum Exp $ */
30
30
 
31
31
/*
32
32
   ultoa.S
46
46
#include "macros.inc"
47
47
#include "ctoasm.inc"
48
48
 
 
49
    ASSEMBLY_CLIB_SECTION
49
50
        .global _U(ultoa)
50
51
        .func _U(ultoa)
51
52