* 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.
This commit is contained in:
Peter Schauer 1997-08-03 15:16:37 +00:00
parent 9b119644fc
commit e6071dc57f
1 changed files with 10 additions and 0 deletions

View File

@ -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.