Add a const in arm_gnu_pltexit signature.

This commit is contained in:
Roland McGrath 2012-08-08 14:57:07 -07:00
parent 92142c0cfd
commit 44c94c1da0
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2012-08-08 Roland McGrath <roland@hack.frob.com>
* sysdeps/arm/ldsodefs.h (ARCH_PLTEXIT_MEMBERS): Use const on
`struct La_arm_regs *' parameter.
* sysdeps/unix/sysv/linux/arm/dl-machine.h: Move #include outside of
[!dl_machine_h].

View File

@ -1,5 +1,5 @@
/* Run-time dynamic linker data structures for loaded ELF shared objects.
Copyright (C) 2005 Free Software Foundation, Inc.
Copyright (C) 2005-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -32,7 +32,7 @@ struct La_arm_retval;
#define ARCH_PLTEXIT_MEMBERS \
Elf32_Addr (*arm_gnu_pltexit) (Elf32_Sym *, unsigned int, uintptr_t *, \
uintptr_t *, struct La_arm_regs *, \
uintptr_t *, const struct La_arm_regs *, \
struct La_arm_retval *, const char *)
#include_next <ldsodefs.h>