From: Mike Frysinger Date: Tue, 24 Dec 2013 08:58:21 +0000 (+0000) Subject: ia64: link.h: adjust whitespace X-Git-Tag: upstream/2.30~8118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd702fc455b49be1f91debd278171076a7e8a6c0;p=external%2Fglibc.git ia64: link.h: adjust whitespace Signed-off-by: Mike Frysinger --- 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