diff options
author | Nicholas Duffek <nsd@redhat.com> | 2000-06-16 20:19:24 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2000-06-16 20:19:24 +0000 |
commit | 59d9f04945ee7db09afc0ca31ac4b5ba37f5ea49 (patch) | |
tree | 2927a32ae739755ca6ae049e7d3512fd7532a4d9 /bfd/ChangeLog | |
parent | b946ec34e64e9c8bb72e3e089061e6c9d8d4ecb2 (diff) | |
download | gdb-59d9f04945ee7db09afc0ca31ac4b5ba37f5ea49.zip gdb-59d9f04945ee7db09afc0ca31ac4b5ba37f5ea49.tar.gz gdb-59d9f04945ee7db09afc0ca31ac4b5ba37f5ea49.tar.bz2 |
* rs6000-core.c: Support 64-bit core files, support pre-4.3 core
files on AIX 4.3.
(read_hdr): New function.
(rs6000coff_core_p): Store mstsave or __context64 struct instead
of trying to extract individual registers. Set abfd->arch_info
to match the architecture that created the core file.
(rs6000coff_get_section_contents): Delete.
* xcoff-target.h (rs6000coff_get_section_contents): Delete.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3f22cbd..832f653 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2000-06-16 Nicholas Duffek <nsd@redhat.com> + + * rs6000-core.c: Support 64-bit core files, support pre-4.3 core + files on AIX 4.3. + (read_hdr): New function. + (rs6000coff_core_p): Store mstsave or __context64 struct instead + of trying to extract individual registers. Set abfd->arch_info + to match the architecture that created the core file. + (rs6000coff_get_section_contents): Delete. + * xcoff-target.h (rs6000coff_get_section_contents): Delete. + 2000-06-14 H.J. Lu <hjl@gnu.org> * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec) |