tile: add proper const qualifier for pltexit function pointer field

This commit is contained in:
Chris Metcalf 2012-05-16 09:32:04 -04:00
parent a110b27ee2
commit 32e8667947
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* sysdeps/tile/elf/stackguard-macros.h: Delete unused file.

View File

@ -32,7 +32,7 @@ struct La_tile_retval;
#define ARCH_PLTEXIT_MEMBERS \
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 *)
#include_next <ldsodefs.h>