|
From: <jk...@us...> - 2025-10-31 18:13:39
|
Revision: 4259
http://sourceforge.net/p/elftoolchain/code/4259
Author: jkoshy
Date: 2025-10-31 18:13:37 +0000 (Fri, 31 Oct 2025)
Log Message:
-----------
elfconstants: remove DT_MAXPOSTAGS.
This symbol holds the number of small-valued DT_* tags known
at compile time.
However, ELF files in the wild could contain DT_* tags that
are not known at compile time and/or could contain known
but non-small-valued tags in the range DT_LOOS (0x6000000D)
to DT_HIPROC (0x7FFFFFFF). ELF-handling tools are expected
to handle such tags gracefully, which means that the value of
DT_MAXPOSTAGS is not useful in practice.
Remove the symbol to reduce maintenance overhead.
Modified Paths:
--------------
trunk/common/sys/elfconstants.m4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|