From 9274e9de160a98d737bb2bd068c22d37ec66d98d Mon Sep 17 00:00:00 2001 From: Terry Guo Date: Thu, 20 Nov 2014 13:54:27 +0800 Subject: Enable to link ARM object file that hasn't attribute section. bfd/ChangeLog 2014-11-20 Terry Guo * elf32-arm.c (elf32_arm_merge_eabi_attributes): Skip if input bfd hasn't attribute section. ld/testsuite/ChangeLog: 2014-11-20 Terry Guo * ld-arm/attr-merge-nosection-1.d: New file. * ld-arm/attr-merge-nosection-1a.s: Likewise. * ld-arm/attr-merge-nosection-1b.s: Likewise. * ld-arm/arm-elf.exp: Include the new test. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2657306..eaf7a99 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2014-11-20 Terry Guo + + * elf32-arm.c (elf32_arm_merge_eabi_attributes): Skip if input bfd + hasn't attribute section. + 2014-11-20 Alan Modra * elf64-ppc.c (ppc64_elf_size_stubs): Add __go_go to thread_starters. -- cgit v1.1