From cd702fc455b49be1f91debd278171076a7e8a6c0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 24 Dec 2013 08:58:21 +0000 Subject: [PATCH] ia64: link.h: adjust whitespace Signed-off-by: Mike Frysinger --- ports/ChangeLog.ia64 | 4 ++++ ports/sysdeps/ia64/bits/link.h | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64 index 1aded58..1a2c5b8 100644 --- a/ports/ChangeLog.ia64 +++ b/ports/ChangeLog.ia64 @@ -1,3 +1,7 @@ +2013-12-24 Mike Frysinger + + * sysdeps/ia64/bits/link.h: Fix whitespace. + 2013-11-28 Joseph Myers * 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 dec8df8..dc2952e 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 -- 2.7.4