diff options
author | Tom Tromey <tromey@redhat.com> | 2013-03-14 20:11:12 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-03-14 20:11:12 +0000 |
commit | cc0ea93c7531fe59c4d7d2b01b01acb9bbe0b7fd (patch) | |
tree | feab4efd29d97f42e35d97c3da955b24421c7471 /bfd/ChangeLog | |
parent | 08c23b0d0fc03ae7248e8dc5e525bec29a85d209 (diff) | |
download | gdb-cc0ea93c7531fe59c4d7d2b01b01acb9bbe0b7fd.zip gdb-cc0ea93c7531fe59c4d7d2b01b01acb9bbe0b7fd.tar.gz gdb-cc0ea93c7531fe59c4d7d2b01b01acb9bbe0b7fd.tar.bz2 |
gdb
* symfile.c (get_debug_link_info): Remove.
(find_separate_debug_file_by_debuglink): Use
bfd_get_debug_link_info.
bfd
* opncls.c (bfd_get_debug_link_info): Rename from
get_debug_link_info. Export. Update comment.
(find_separate_debug_file): Update.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 42d6c27..40bb0a1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2013-03-14 Tom Tromey <tromey@redhat.com> + + * opncls.c (bfd_get_debug_link_info): Rename from + get_debug_link_info. Export. Update comment. + (find_separate_debug_file): Update. + * bfd-in2.h: Rebuild. + 2013-03-08 Venkataramanan Kumar <venkataramanan.kumar@linaro.org> * elf64-aarch64.c (elf_backend_can_gc_sections): Enable gc-section |