mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-26 11:34:43 +00:00
Force DT_FLAGS to always be set. Required by HPUX 11.00 patch PHSS_26559.
This commit is contained in:
parent
3637916721
commit
f2482cb2da
@ -1,3 +1,8 @@
|
||||
2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
|
||||
|
||||
* elf64-hppa.c: Force DT_FLAGS to always be set. Required by
|
||||
HPUX 11.00 patch PHSS_26559.
|
||||
|
||||
2002-10-22 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
|
||||
|
@ -1855,6 +1855,11 @@ elf64_hppa_size_dynamic_sections (output_bfd, info)
|
||||
return false;
|
||||
}
|
||||
|
||||
/* Force DT_FLAGS to always be set.
|
||||
Required by HPUX 11.00 patch PHSS_26559. */
|
||||
if (!add_dynamic_entry (DT_FLAGS, (info)->flags))
|
||||
return false;
|
||||
|
||||
if (plt)
|
||||
{
|
||||
if (!add_dynamic_entry (DT_PLTRELSZ, 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user