m68k: fix type of pltenter member in audit interface

This commit is contained in:
Andreas Schwab 2012-08-10 11:06:42 +02:00
parent 2aa5b9c146
commit 2d83a317e9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-08-10 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/m68k/ldsodefs.h (m68k_gnu_pltenter): Remove const on
fifth parameter.
2012-08-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/m68k/kernel-features.h

View File

@ -1,5 +1,5 @@
/* Run-time dynamic linker data structures for loaded ELF shared objects.
Copyright (C) 2006 Free Software Foundation, Inc.
Copyright (C) 2006-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
@ -26,7 +26,7 @@ struct La_m68k_retval;
#define ARCH_PLTENTER_MEMBERS \
Elf32_Addr (*m68k_gnu_pltenter) (Elf32_Sym *, unsigned int, \
uintptr_t *, uintptr_t *, \
const struct La_m68k_regs *, \
struct La_m68k_regs *, \
unsigned int *, const char *name, \
long int *framesizep);