From: Nick Clifton Date: Wed, 28 Feb 2018 14:11:47 +0000 (+0000) Subject: Enable link time garbage collection for the IA64 target. X-Git-Tag: users/ARM/embedded-binutils-2_30-branch-2018q2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52b2fcb64e050f108e5053c31e5d25f9cdf46deb;p=thirdparty%2Fbinutils-gdb.git Enable link time garbage collection for the IA64 target. Import patch from the mainline: 2018-02-20 Jason Duerstock * elfnn-ia64.c (elf_backend_can_gc_sections): Enable. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2cac4d28d90..e3925af9225 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2018-02-28 Nick Clifton + + Import patch from the mainline: + 2018-02-20 Jason Duerstock + + * elfnn-ia64.c (elf_backend_can_gc_sections): Enable. + 2018-02-15 Nick Clifton Import patch from mainline: diff --git a/bfd/elfnn-ia64.c b/bfd/elfnn-ia64.c index 3af05f66f41..605720bff63 100644 --- a/bfd/elfnn-ia64.c +++ b/bfd/elfnn-ia64.c @@ -5064,6 +5064,7 @@ elfNN_hpux_backend_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED, elfNN_ia64_print_private_bfd_data #define elf_backend_plt_readonly 1 +#define elf_backend_can_gc_sections 1 #define elf_backend_want_plt_sym 0 #define elf_backend_plt_alignment 5 #define elf_backend_got_header_size 0