From 4d538889a84aae61cd39821ad1f617cad16de8eb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 21 Jul 2000 03:58:32 +0000 Subject: [PATCH] 2000-07-20 H.J. Lu * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check info->new_dtags when setting DT_FLAGS_1. It will only be set by the new linker options. It shouldn't break anything. --- bfd/ChangeLog | 6 ++++++ bfd/elflink.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 782f959a9ff..09725de15c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2000-07-20 H.J. Lu + + * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check + info->new_dtags when setting DT_FLAGS_1. It will only be set + by the new linker options. It shouldn't break anything. + 2000-07-20 H.J. Lu * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1 diff --git a/bfd/elflink.h b/bfd/elflink.h index 5e74a5f4272..10cf2ae8b91 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -3144,7 +3144,7 @@ NAME(bfd_elf,size_dynamic_sections) (output_bfd, soname, rpath, return false; } - if (info->new_dtags && info->flags_1) + if (info->flags_1) { if (! info->shared) info->flags_1 &= ~ (DF_1_INITFIRST -- 2.30.2