https://sourceware.org/bugzilla/show_bug.cgi?id=30743

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to dave.anglin from comment #4)
> On 2024-04-12 5:58 a.m., nickc at redhat dot com wrote:
> > I am not sure why this is happening, but I do not see the harm in it.  So I
> > think that the best solution is to change the now-3 test to look for the old
> > flags.
> There is this comment in include/elf/hppa.h"
> /* Processor specific dynamic array tags.  */
> 
> /* Arggh.  HP's tools define these symbols based on the
>     old value of DT_LOOS.  So we must do the same to be
>     compatible.  */
> #define DT_HP_LOAD_MAP          (OLD_DT_LOOS + 0x0)
> [...]
> /* Values for DT_HP_DLD_FLAGS.  */
> #define DT_HP_DEBUG_PRIVATE             0x00001 /* Map text private */
> #define DT_HP_DEBUG_CALLBACK            0x00002 /* Callback */
> #define DT_HP_DEBUG_CALLBACK_BOR        0x00004 /* BOR callback */
> #define DT_HP_NO_ENVVAR                 0x00008 /* No env var */
> #define DT_HP_BIND_NOW                  0x00010 /* Bind now */

Why does it apply to hppa-linux?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to