diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-30 22:35:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-30 22:35:51 +0000 |
commit | f3aa01e2a492aac9cb1729204e02abac017a9b94 (patch) | |
tree | c8f8c193dfc9aa39ace2c6e129cbfced112e117b /bfd | |
parent | b5dc55444783e584e323d13cf5cbd55a6b595e63 (diff) | |
download | fsf-binutils-gdb-f3aa01e2a492aac9cb1729204e02abac017a9b94.zip fsf-binutils-gdb-f3aa01e2a492aac9cb1729204e02abac017a9b94.tar.gz fsf-binutils-gdb-f3aa01e2a492aac9cb1729204e02abac017a9b94.tar.bz2 |
* configure.in: Set version to 2.9.1.
* configure: Rebuild.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1d1fd4a..9535c75 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,23 @@ +Mon Mar 30 12:46:15 1998 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Set version to 2.9.1. + * configure: Rebuild. + + * Branched binutils 2.9. + +Mon Mar 30 12:20:50 1998 Brent Baccala <baccala@freesoft.org> + + * syms.c (ENABLE_CACHING): Define. + (struct indexentry): Define. + (struct stab_cache): Remove. + (cmpindexentry): New static function. + (struct stab_find_info): Add new fields: indextable, + indextablesize, cached_indexentry, cached_offset, cached_stab, and + cached_file_name. Remove fields: file_cache, function_cache, and + line_cache. + (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted + index table and search it. + Mon Mar 30 10:39:34 1998 Ian Lance Taylor <ian@cygnus.com> * elf.c (_bfd_elf_copy_private_section_data): Call |