diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-25 20:03:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-25 20:03:11 +0000 |
commit | 25b5a53dacb235c0464ba09f519ad2ce4cf2530d (patch) | |
tree | a418acf474e9517b3587a0fac2a97608d3bc63c3 /bfd/ChangeLog | |
parent | 641ac26a0638837b53896d6733adf0708c8d089a (diff) | |
download | gdb-25b5a53dacb235c0464ba09f519ad2ce4cf2530d.zip gdb-25b5a53dacb235c0464ba09f519ad2ce4cf2530d.tar.gz gdb-25b5a53dacb235c0464ba09f519ad2ce4cf2530d.tar.bz2 |
* libcoff-in.h (struct coff_section_tdata): Add offset, i,
function, and line_base fields.
* libcoff.h: Rebuild.
* coffgen.c (coff_find_nearest_line): Use section tdata to cache
information, rather than using static variables.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d810d83..ca10f9a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Mon Sep 25 11:48:02 1995 Ian Lance Taylor <ian@cygnus.com> + * libcoff-in.h (struct coff_section_tdata): Add offset, i, + function, and line_base fields. + * libcoff.h: Rebuild. + * coffgen.c (coff_find_nearest_line): Use section tdata to cache + information, rather than using static variables. + * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC file. From Peter DeWolf <pld@amt.tay1.dec.com>. |