bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target


From: dave.anglin at bell dot net
Subject: [Bug ld/30743] FAIL: ld-elf/now-3 for hppa64-*-linux* target
Date: Fri, 12 Apr 2024 16:10:08 +0000

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

--- Comment #4 from dave.anglin at bell dot net ---
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 */

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]