m68k: fix type of pltenter member in audit interface
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 10 Aug 2012 09:06:42 +0000 (11:06 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 10 Aug 2012 13:22:44 +0000 (15:22 +0200)
ports/ChangeLog.m68k
ports/sysdeps/m68k/ldsodefs.h

index d517206..9fc9d38 100644 (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
index bc8d540..2fe4858 100644 (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);