aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1997-08-03 15:16:37 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1997-08-03 15:16:37 +0000
commite6071dc57fa4e692186b9dd0fe8a6ab726348a59 (patch)
tree3493818fc9f76fb8b3365366637643e1a5c6f47f /bfd
parent9b119644fcae6fa62749747e013cbc0b3c215217 (diff)
downloadgdb-e6071dc57fa4e692186b9dd0fe8a6ab726348a59.zip
gdb-e6071dc57fa4e692186b9dd0fe8a6ab726348a59.tar.gz
gdb-e6071dc57fa4e692186b9dd0fe8a6ab726348a59.tar.bz2
* rs6000-core.c (make_bfd_asection): New function to add a section
to the core file bfd. (rs6000coff_core_p): Use make_bfd_asection to add the core file sections. Use BFD routines to seek, read and stat the core file. Handle .data sections from loaded objects and anonymously mmapped regions, these are available in AIX 4 core files.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b59f8ad..fc45ad4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,13 @@
+Sun Aug 3 08:15:12 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * rs6000-core.c (make_bfd_asection): New function to add a section
+ to the core file bfd.
+ (rs6000coff_core_p): Use make_bfd_asection to add the core file
+ sections.
+ Use BFD routines to seek, read and stat the core file.
+ Handle .data sections from loaded objects and anonymously mmapped
+ regions, these are available in AIX 4 core files.
+
Fri Aug 1 12:58:32 1997 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Set enable_shared before AM_PROG_LIBTOOL.