diff options
author | Richard Henderson <rth@redhat.com> | 1999-06-26 15:48:47 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-06-26 15:48:47 +0000 |
commit | 69dd2e2d55f35811d5bf411ad62c5073caed42d6 (patch) | |
tree | 7b60a621e2d94e698df4f0e6d8f1251fcfc33bf2 /bfd/ChangeLog | |
parent | 1d7b28df8d646300cfc6a27be632ecdfd96f5a85 (diff) | |
download | gdb-69dd2e2d55f35811d5bf411ad62c5073caed42d6.zip gdb-69dd2e2d55f35811d5bf411ad62c5073caed42d6.tar.gz gdb-69dd2e2d55f35811d5bf411ad62c5073caed42d6.tar.bz2 |
David Mosberger <davidm@hpl.hp.com>
* dwarf2.c (struct dwarf2_debug): Add member dwarf_line_buffer.
(decode_line_info): Add variable STASH and initialize it to point
to the per-bfd dwarf2_debug info. Remove static variable
dwarf_line_buffer and use stash->dwarf_line_buffer in its place.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index df85e98..405f110 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +1999-06-26 David Mosberger <davidm@hpl.hp.com> + + * dwarf2.c (struct dwarf2_debug): Add member dwarf_line_buffer. + (decode_line_info): Add variable STASH and initialize it to point + to the per-bfd dwarf2_debug info. Remove static variable + dwarf_line_buffer and use stash->dwarf_line_buffer in its place. + 1999-06-26 Ian Lance Taylor <ian@zembu.com> * elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic |