aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-03-20 23:27:37 +0000
committerJeff Law <law@redhat.com>1994-03-20 23:27:37 +0000
commitc05d2d43a0394809f89fb657b51d76c1105df3ce (patch)
treefb83f1002cb74b0b2b8d4a2d467fa67d35bb36b7 /bfd/ChangeLog
parentd148e8c4feb0b6a7a82cf24cb45bc2ebdd20e89d (diff)
downloadgdb-c05d2d43a0394809f89fb657b51d76c1105df3ce.zip
gdb-c05d2d43a0394809f89fb657b51d76c1105df3ce.tar.gz
gdb-c05d2d43a0394809f89fb657b51d76c1105df3ce.tar.bz2
* som.c (bfd_section_from_som_symbol): Renamed from
som_section_from_subspace_index. Pass in a native SOM symbol. For executables, iterate through the sections to find out which contains the symbol's address rather than using the symbol_info field. (symbol_info has a different meaning for dynamicly linked executables.)
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7dcfd9b..b8db4c4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
Sun Mar 20 09:24:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+ * som.c (bfd_section_from_som_symbol): Renamed from
+ som_section_from_subspace_index. Pass in a native SOM symbol.
+ For executables, iterate through the sections to find out
+ which contains the symbol's address rather than using the
+ symbol_info field. (symbol_info has a different meaning for
+ dynamicly linked executables.)
+
* trad-core.c (trad_unix_core_file_p): Don't pass abfd to
bfd_zmalloc.