aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-14 19:58:45 +0000
committerNick Clifton <nickc@redhat.com>2001-02-14 19:58:45 +0000
commitd1fad7c69e37fed63d3a193b9e62a0e18ed48b95 (patch)
treefa2235f10605a54af2adcb402d1c32f1da508838 /bfd/ChangeLog
parent99f78f560a6f6c670c802274baea31f846378e08 (diff)
downloadfsf-binutils-gdb-d1fad7c69e37fed63d3a193b9e62a0e18ed48b95.zip
fsf-binutils-gdb-d1fad7c69e37fed63d3a193b9e62a0e18ed48b95.tar.gz
fsf-binutils-gdb-d1fad7c69e37fed63d3a193b9e62a0e18ed48b95.tar.bz2
fixes for elf_find_nearest_line
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 661caba..36379e7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-14 H.J. Lu <hjl@gnu.org>
+
+ * elf.c (elf_find_function): New function.
+ (_bfd_elf_find_nearest_line): Call elf_find_function () to find
+ the file name and function name.
+
2001-02-14 Nick Clifton <nickc@redhat.com>
* ecoff.c (bfd_debug_section): Update to initialise new fields in
@@ -118,7 +124,7 @@
(elf64_x86_64_relocate_section): Fix addend for relocation of
R_X86_64_(8|16|32|PC8|PC16|PC32).
-Mon Feb 12 17:46:24 CET 2001 Jan Hubicka <jh@suse.cz>
+2001-02-12 Jan Hubicka <jh@suse.cz>
* elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.