about summary refs log tree commit diff
path: root/ports/ChangeLog.mips
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos_odonell@mentor.com>2012-08-16 08:36:24 -0700
committerCarlos O'Donell <carlos_odonell@mentor.com>2012-08-16 08:41:05 -0700
commit30f696374d434578a159712552f3da533f02e8dd (patch)
tree548752821598648be65ca48fb1ce163ec5e3a908 /ports/ChangeLog.mips
parent93a78ac437ba44f493333d7e2a4b0249839ce460 (diff)
downloadglibc-30f696374d434578a159712552f3da533f02e8dd.tar.gz
glibc-30f696374d434578a159712552f3da533f02e8dd.tar.xz
glibc-30f696374d434578a159712552f3da533f02e8dd.zip
Fifth argument of la_pltenter() is not constant.
The original runtime linker auditing interface described
by Solaris allows the 5th argument of la_pltenter() to be
modified. This patch cleans up the ldsodefs.h definitions
such that the 5th argument is not constant.

At one point the 5th argument *was* constant but this was
changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0.
This patch updates alpha, ia64, mips, sh and sparc with similar
changes.
Diffstat (limited to 'ports/ChangeLog.mips')
-rw-r--r--ports/ChangeLog.mips6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index f8c18b3275..dfab023ee7 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,9 @@
+2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+	* sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
+	<mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
+	struct La_mips_32_regs and struct La_mips_64_regs are not constant.
+
 2012-08-15  Tom de Vries  <vries@codesourcery.com>
 	    Maxim Kuvyrkov  <maxim@codesourcery.com>