From e6071dc57fa4e692186b9dd0fe8a6ab726348a59 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Sun, 3 Aug 1997 15:16:37 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b59f8add239..fc45ad47654 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 * configure.in: Set enable_shared before AM_PROG_LIBTOOL. -- 2.30.2