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

« back to all changes in this revision

Viewing changes to sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.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
/* isinf().  PowerPC32/POWER7 version.
2
 
   Copyright (C) 2010, 2011 Free Software Foundation, Inc.
 
2
   Copyright (C) 2010 Free Software Foundation, Inc.
3
3
   Contributed by Luis Machado <luisgpm@br.ibm.com>.
4
4
   This file is part of the GNU C Library.
5
5
 
35
35
        mflr    r11
36
36
        cfi_register(lr,r11)
37
37
 
38
 
        SETUP_GOT_ACCESS(r9,got_label)
39
 
        addis   r9,r9,.LC0-got_label@ha
40
 
        lfd     fp0,.LC0-got_label@l(r9)
 
38
        bcl     20,31,1f
 
39
1:      mflr    r9
 
40
        addis   r9,r9,.LC0-1b@ha
 
41
        lfd     fp0,.LC0-1b@l(r9)
41
42
 
42
43
        mtlr    r11
43
44
        cfi_same_value (lr)