diff options
author | Jeff Law <law@redhat.com> | 1994-11-11 17:40:27 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-11 17:40:27 +0000 |
commit | 63ba709f374898815e2ba4ff94827d7ffa8265dc (patch) | |
tree | 4db9557ec2a4e2f9264e639c653577e5a72fcce3 /bfd | |
parent | e6e0af0f3bdcf35d8ef9ce4ca5e59d214fe41bec (diff) | |
download | gdb-63ba709f374898815e2ba4ff94827d7ffa8265dc.zip gdb-63ba709f374898815e2ba4ff94827d7ffa8265dc.tar.gz gdb-63ba709f374898815e2ba4ff94827d7ffa8265dc.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d0a4fa3..793fdf5 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 <ian@sanguine.cygnus.com> * bout.c (callj_callback): Add new argument shrinking. Change all |