* hpux-core.c (hpux_core_struct): Delete handles for the
authorJeff Law <law@redhat.com>
Fri, 11 Nov 1994 17:40:27 +0000 (17:40 +0000)
committerJeff Law <law@redhat.com>
Fri, 11 Nov 1994 17:40:27 +0000 (17:40 +0000)
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

index d0a4fa304dfe578280ec1c0c9a992034df0a0251..793fdf5fda35fb67e4627295c21624212ccabbef 100644 (file)
@@ -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  <ian@sanguine.cygnus.com>
 
        * bout.c (callj_callback): Add new argument shrinking.  Change all
This page took 0.026562 seconds and 4 git commands to generate.