am 375db86a: am 09d13c39: Merge "Fix my git mistake."
* commit '375db86aeaedfe716b69a62f81a2484ee446d5e5': Fix my git mistake.
This commit is contained in:
commit
32cefdbc7a
@ -1571,8 +1571,9 @@ static bool soinfo_link_image(soinfo* si) {
|
|||||||
case DT_DEBUG:
|
case DT_DEBUG:
|
||||||
// Set the DT_DEBUG entry to the address of _r_debug for GDB
|
// Set the DT_DEBUG entry to the address of _r_debug for GDB
|
||||||
// if the dynamic table is writable
|
// if the dynamic table is writable
|
||||||
if (dynamic_flags & PF_W)
|
if ((dynamic_flags & PF_W) != 0) {
|
||||||
*d = (int) &_r_debug;
|
*d = (int) &_r_debug;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case DT_RELA:
|
case DT_RELA:
|
||||||
DL_ERR("unsupported DT_RELA in \"%s\"", si->name);
|
DL_ERR("unsupported DT_RELA in \"%s\"", si->name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user