mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-21 17:31:10 +03:00
ia64: link.h: adjust whitespace
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -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>
|
2013-11-28 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/ia64/fpu/fegetround.c (fegetround): Use libm_hidden_def.
|
* sysdeps/ia64/fpu/fegetround.c (fegetround): Use libm_hidden_def.
|
||||||
|
|||||||
@@ -46,17 +46,17 @@ typedef struct La_ia64_retval
|
|||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
extern Elf64_Addr la_ia64_gnu_pltenter (Elf64_Sym *__sym, unsigned int __ndx,
|
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 *__refcook,
|
||||||
uintptr_t *__defcook,
|
uintptr_t *__defcook,
|
||||||
const La_ia64_regs *__inregs,
|
La_ia64_regs *__regs,
|
||||||
La_ia64_retval *__outregs,
|
unsigned int *__flags,
|
||||||
const char *__symname);
|
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
|
__END_DECLS
|
||||||
|
|||||||
Reference in New Issue
Block a user