mirror of git://sourceware.org/git/glibc.git
tile: add proper const qualifier for pltexit function pointer field
This commit is contained in:
parent
a110b27ee2
commit
32e8667947
|
@ -1,3 +1,8 @@
|
||||||
|
2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
|
||||||
|
|
||||||
|
* sysdeps/tile/ldsodefs.h (ARCH_PLTEXIT_MEMBERS): Add proper
|
||||||
|
const qualifier to "inregs" argument.
|
||||||
|
|
||||||
2012-05-16 Chris Metcalf <cmetcalf@tilera.com>
|
2012-05-16 Chris Metcalf <cmetcalf@tilera.com>
|
||||||
|
|
||||||
* sysdeps/tile/elf/stackguard-macros.h: Delete unused file.
|
* sysdeps/tile/elf/stackguard-macros.h: Delete unused file.
|
||||||
|
|
|
@ -32,7 +32,7 @@ struct La_tile_retval;
|
||||||
|
|
||||||
#define ARCH_PLTEXIT_MEMBERS \
|
#define ARCH_PLTEXIT_MEMBERS \
|
||||||
ElfW(Addr) (*tile_gnu_pltexit) (ElfW(Sym) *, unsigned int, uintptr_t *, \
|
ElfW(Addr) (*tile_gnu_pltexit) (ElfW(Sym) *, unsigned int, uintptr_t *, \
|
||||||
uintptr_t *, struct La_tile_regs *, \
|
uintptr_t *, const struct La_tile_regs *, \
|
||||||
struct La_tile_retval *, const char *)
|
struct La_tile_retval *, const char *)
|
||||||
|
|
||||||
#include_next <ldsodefs.h>
|
#include_next <ldsodefs.h>
|
||||||
|
|
Loading…
Reference in New Issue