diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-12-19 05:18:34 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-12-19 05:18:34 +0000 |
commit | 4dd67f29188d3bfefaebff926310e40b0a710bc8 (patch) | |
tree | dac4a6cb62b88f225a1059bf2a9afef22afd1a90 /binutils/ChangeLog | |
parent | 52e9b6196ae25776c0ed348b4b1d823c3b356854 (diff) | |
download | gdb-4dd67f29188d3bfefaebff926310e40b0a710bc8.zip gdb-4dd67f29188d3bfefaebff926310e40b0a710bc8.tar.gz gdb-4dd67f29188d3bfefaebff926310e40b0a710bc8.tar.bz2 |
2001-12-18 Michael Snyder <msnyder@redhat.com>
* 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).
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 630202f..de70a2a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2001-12-18 Michael Snyder <msnyder@redhat.com> + + * 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 <seufer@csv.ica.uni-stuttgart.de> * readelf.c (get_machine_flags): Recognize header flags for ABI and |