~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to sysdeps/powerpc/powerpc32/fpu/s_floor.S

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Floor function.  PowerPC32 version.
2
 
   Copyright (C) 2004, 2006, 2011 Free Software Foundation, Inc.
 
2
   Copyright (C) 2004, 2006 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
 
5
5
   The GNU C Library is free software; you can redistribute it and/or
31
31
#ifdef SHARED
32
32
        mflr    r11
33
33
        cfi_register(lr,r11)
34
 
        SETUP_GOT_ACCESS(r9,got_label)
35
 
        addis   r9,r9,.LC0-got_label@ha
36
 
        lfs     fp13,.LC0-got_label@l(r9)
 
34
        bcl     20,31,1f
 
35
1:      mflr    r9
 
36
        addis   r9,r9,.LC0-1b@ha
 
37
        lfs     fp13,.LC0-1b@l(r9)
37
38
        mtlr    r11
38
39
        cfi_same_value (lr)
39
40
#else