]> sourceware.org Git - glibc.git/commitdiff
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 d517206d72348d154a6bb5f43614ba86aa94576d..9fc9d387f4b170815e82cc33f4926a82f3736f54 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 bc8d54099057525d5cc0feb41e66fd80eec67c73..2fe4858b48b4a8cea12f7e096c8f07735c96c706 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);
 
This page took 0.046343 seconds and 5 git commands to generate.