ia64: link.h: adjust whitespace
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Dec 2013 08:58:21 +0000 (08:58 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 24 Dec 2013 09:05:46 +0000 (04:05 -0500)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ports/ChangeLog.ia64
ports/sysdeps/ia64/bits/link.h

index 1aded58..1a2c5b8 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/bits/link.h: Fix whitespace.
+
 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/ia64/fpu/fegetround.c (fegetround): Use libm_hidden_def.
index dec8df8..dc2952e 100644 (file)
@@ -46,17 +46,17 @@ typedef struct La_ia64_retval
 __BEGIN_DECLS
 
 extern Elf64_Addr la_ia64_gnu_pltenter (Elf64_Sym *__sym, unsigned int __ndx,
-                                      uintptr_t *__refcook,
-                                      uintptr_t *__defcook,
-                                      La_ia64_regs *__regs,
-                                      unsigned int *__flags,
-                                      const char *__symname,
-                                      long int *__framesizep);
-extern unsigned int la_ia64_gnu_pltexit (Elf64_Sym *__sym, unsigned int __ndx,
                                        uintptr_t *__refcook,
                                        uintptr_t *__defcook,
-                                       const La_ia64_regs *__inregs,
-                                       La_ia64_retval *__outregs,
-                                       const char *__symname);
+                                       La_ia64_regs *__regs,
+                                       unsigned int *__flags,
+                                       const char *__symname,
+                                       long int *__framesizep);
+extern unsigned int la_ia64_gnu_pltexit (Elf64_Sym *__sym, unsigned int __ndx,
+                                        uintptr_t *__refcook,
+                                        uintptr_t *__defcook,
+                                        const La_ia64_regs *__inregs,
+                                        La_ia64_retval *__outregs,
+                                        const char *__symname);
 
 __END_DECLS