aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-11-15 05:20:30 +0000
committerAlan Modra <amodra@gmail.com>2007-11-15 05:20:30 +0000
commitfed590bb658baee680c11753ecff1b96f0bf3112 (patch)
tree093f8d4a573be32e46a25b3adfac430504227c79 /bfd/ChangeLog
parenta2b1aa12f7d82dfd451e110bff8df16cdf6e2c49 (diff)
downloadgdb-fed590bb658baee680c11753ecff1b96f0bf3112.zip
gdb-fed590bb658baee680c11753ecff1b96f0bf3112.tar.gz
gdb-fed590bb658baee680c11753ecff1b96f0bf3112.tar.bz2
PR 5328
* opncls.c (separate_debug_file_exists): Use fopen/fread rather than open/read and open in binary mode.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ca4f83f..a5b79ed 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-15 Alan Modra <amodra@bigpond.net.au>
+
+ PR 5328
+ * opncls.c (separate_debug_file_exists): Use fopen/fread
+ rather than open/read and open in binary mode.
+
2007-11-14 Richard Sandiford <richard@codesourcery.com>
* elfxx-mips.c (mips_got_page_range): New structure.
@@ -561,9 +567,9 @@
(read_rangelist): Change interface to accept a callback and data to
allow caller to select the action peformed on a new range list read.
(scan_unit_for_symbols): Use new interface of read_rangelist.
- (parse_comp_unit): Create an arange set for each new comp unit. Use new
- interface of read_rangelist. Replace call to arange_add with that to
- dwarf2_comp_unit_arange_add.
+ (parse_comp_unit): Create an arange set for each new comp unit.
+ Use new interface of read_rangelist. Replace call to arange_add
+ with that to dwarf2_comp_unit_arange_add.
(comp_unit_contains_address): Replace sequential search with a call to
arange_set_lookup_address, which can handles large set efficiently.
(stash_copy_local_aranges, stash_maybe_enable_arange_set,