]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog.old-ports-ia64
Fifth argument of la_pltenter() is not constant.
authorCarlos O'Donell <carlos_odonell@mentor.com>
Thu, 16 Aug 2012 15:36:24 +0000 (08:36 -0700)
committerCarlos O'Donell <carlos_odonell@mentor.com>
Thu, 16 Aug 2012 15:41:05 +0000 (08:41 -0700)
commit30f696374d434578a159712552f3da533f02e8dd
tree548752821598648be65ca48fb1ce163ec5e3a908
parent93a78ac437ba44f493333d7e2a4b0249839ce460
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.
ChangeLog
ports/ChangeLog.alpha
ports/ChangeLog.ia64
ports/ChangeLog.mips
ports/sysdeps/alpha/ldsodefs.h
ports/sysdeps/ia64/ldsodefs.h
ports/sysdeps/mips/ldsodefs.h
sysdeps/sh/ldsodefs.h
sysdeps/sparc/ldsodefs.h