From 8199f498d121e9c8ac2dc57b01cbcc26b5af42f0 Mon Sep 17 00:00:00 2001 From: msnyder Date: Wed, 19 Dec 2001 05:18:01 +0000 Subject: [PATCH] 2001-12-18 Michael Snyder * objcopy.c (copy_file): Accept corefiles (format bfd_core). (copy_object): Don't set the start address or flags of a core file. (copy_section): Don't relocate a core file. Don't copy contents if the input section has the contents flag set, but the output section does not (which happens with the fake 'note' pseudo- sections that BFD creates for corefiles). --- binutils/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 630202f169..de70a2ad3d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2001-12-18 Michael Snyder + + * objcopy.c (copy_file): Accept corefiles (format bfd_core). + (copy_object): Don't set the start address or flags of a core file. + (copy_section): Don't relocate a core file. Don't copy contents + if the input section has the contents flag set, but the output + section does not (which happens with the fake 'note' pseudo- + sections that BFD creates for corefiles). + 2001-12-18 Thiemo Seufer * readelf.c (get_machine_flags): Recognize header flags for ABI and -- 2.11.0