From 63ba709f374898815e2ba4ff94827d7ffa8265dc Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 11 Nov 1994 17:40:27 +0000 Subject: [PATCH] * hpux-core.c (hpux_core_struct): Delete handles for the data, reg and stack sections. They're never used. Delete accessor macros. (make_bfd_asection): Use bfd_make_section_anyway since debugging cores from dynamic executables may have several sections with the same logical name. (hpux_core_core_file_p): Don't save handles to data, reg and stack sections. Handle CORE_TEXT, CORE_MMF and CORE_SHM. --- bfd/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d0a4fa304d..793fdf5fda 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Fri Nov 11 10:35:33 1994 Jeff Law (law@snake.cs.utah.edu) + + * hpux-core.c (hpux_core_struct): Delete handles for the + data, reg and stack sections. They're never used. Delete + accessor macros. + (make_bfd_asection): Use bfd_make_section_anyway since debugging + cores from dynamic executables may have several sections with the + same logical name. + (hpux_core_core_file_p): Don't save handles to data, reg and + stack sections. Handle CORE_TEXT, CORE_MMF and CORE_SHM. + Tue Nov 8 13:03:30 1994 Ian Lance Taylor * bout.c (callj_callback): Add new argument shrinking. Change all -- 2.34.1