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

« back to all changes in this revision

Viewing changes to libc/string/strupr.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:
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: strupr.S,v 1.7 2007/03/01 13:08:02 dmix Exp $ */
 
30
/* $Id: strupr.S,v 1.7.2.1 2009/04/01 23:12:20 arcanum Exp $ */
31
31
 
32
32
/*
33
33
   strupr.S
59
59
#define str_lo r24
60
60
#define temp   r22
61
61
 
62
 
        .text
 
62
        ASSEMBLY_CLIB_SECTION
63
63
        .global _U(strupr)
64
64
        .type   _U(strupr), @function
65
65