From e43fb83166ca5610e34cfba1dcf1216d0953aa8c Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 15 Oct 2015 21:33:38 +1030 Subject: objcopy --extract-symbol Calling bfd_copy_private_bfd_data is necessary to copy ELF file header info. binutils/ * objcopy.c (copy_object): Don't omit bfd_copy_private_bfd_data call when extract_symbol. bfd/ * elf32-v850.c (v850_elf_copy_private_bfd_data): Remove assertion that input and output .note.renesas sections are same size. Instead, only copy input to output if they are. --- binutils/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ce3ac62..9433f3d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2015-10-15 Alan Modra + + * objcopy.c (copy_object): Don't omit bfd_copy_private_bfd_data + call when extract_symbol. + 2015-10-12 Andrew Burgess * od-elf32_avr.c (elf32_avr_dump_avr_prop): Fix printing of align -- cgit v1.1