]> sourceware.org Git - glibc.git/commitdiff
Add a const in arm_gnu_pltexit signature.
authorRoland McGrath <roland@hack.frob.com>
Wed, 8 Aug 2012 21:57:07 +0000 (14:57 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 8 Aug 2012 21:57:07 +0000 (14:57 -0700)
ports/ChangeLog.arm
ports/sysdeps/arm/ldsodefs.h

index 32e24bafd7924bffb4a5d836d04bc9f201614b7c..9ad541987af0e0273ea4bb0fdeb644961edda649 100644 (file)
@@ -1,5 +1,8 @@
 2012-08-08  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/arm/ldsodefs.h (ARCH_PLTEXIT_MEMBERS): Use const on
+       `struct La_arm_regs *' parameter.
+
        * sysdeps/unix/sysv/linux/arm/dl-machine.h: Move #include outside of
        [!dl_machine_h].
 
index aa323d3ecd9f5f33b6431265d7d9feeab9a29c5c..73375b60d4353fa72fa68a2eb2ff6c120bf25c87 100644 (file)
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.
-   Copyright (C) 2005 Free Software Foundation, Inc.
+   Copyright (C) 2005-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
@@ -32,7 +32,7 @@ struct La_arm_retval;
 
 #define ARCH_PLTEXIT_MEMBERS \
     Elf32_Addr (*arm_gnu_pltexit) (Elf32_Sym *, unsigned int, uintptr_t *,   \
-                                  uintptr_t *, struct La_arm_regs *,        \
+                                  uintptr_t *, const struct La_arm_regs *,  \
                                   struct La_arm_retval *, const char *)
 
 #include_next <ldsodefs.h>
This page took 0.045517 seconds and 5 git commands to generate.