about summary refs log tree commit diff
path: root/ports
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-24 08:58:21 +0000
committerMike Frysinger <vapier@gentoo.org>2013-12-24 04:05:46 -0500
commitcd702fc455b49be1f91debd278171076a7e8a6c0 (patch)
treeeb47d764590931e4d726255958cee25aa8992603 /ports
parent3f637079f549956fe71a363fd82e1b66295deda2 (diff)
downloadglibc-cd702fc455b49be1f91debd278171076a7e8a6c0.tar.gz
glibc-cd702fc455b49be1f91debd278171076a7e8a6c0.tar.xz
glibc-cd702fc455b49be1f91debd278171076a7e8a6c0.zip
ia64: link.h: adjust whitespace
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ports')
-rw-r--r--ports/ChangeLog.ia644
-rw-r--r--ports/sysdeps/ia64/bits/link.h20
2 files changed, 14 insertions, 10 deletions
diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64
index 1aded589a5..1a2c5b885e 100644
--- a/ports/ChangeLog.ia64
+++ b/ports/ChangeLog.ia64
@@ -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.
diff --git a/ports/sysdeps/ia64/bits/link.h b/ports/sysdeps/ia64/bits/link.h
index dec8df859b..dc2952e180 100644
--- a/ports/sysdeps/ia64/bits/link.h
+++ b/ports/sysdeps/ia64/bits/link.h
@@ -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