diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-03-07 22:01:58 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-03-07 22:01:58 +0000 |
commit | a6e21fba5101c96512d22c60bc9524f3aac6479d (patch) | |
tree | ffb07e1f197469aaf5d57323a6e3b633087f6a71 | |
parent | cbb99ebbd1eab7c1e651081a8ed9a9a78ed1526a (diff) | |
download | gdb-a6e21fba5101c96512d22c60bc9524f3aac6479d.zip gdb-a6e21fba5101c96512d22c60bc9524f3aac6479d.tar.gz gdb-a6e21fba5101c96512d22c60bc9524f3aac6479d.tar.bz2 |
* solib.c (elf_locate_base): New function to locate the address
of the dynamic linker's runtime structure in the dynamic info section.
* solib.c (locate_base): Use it instead of iterating over the list
of mapped address segments.
* solib.c (look_for_base, bfd_lookup_symbol): Removed, no longer
necessary.
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c5fa1b9..7087483 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Sun Mar 6 17:36:53 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * solib.c (elf_locate_base): New function to locate the address + of the dynamic linker's runtime structure in the dynamic info section. + * solib.c (locate_base): Use it instead of iterating over the list + of mapped address segments. + * solib.c (look_for_base, bfd_lookup_symbol): Removed, no longer + necessary. + Fri Mar 4 09:50:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * hppa-tdep.c (pc_in_linker_stub): Move decl to beginning of file. |