diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-31 10:04:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-31 10:04:16 +0000 |
commit | 31f7ba0423bfad4867253963a543e51cc05e0d89 (patch) | |
tree | 06c94aa0aa7e9b6785b4cf18bf3b1f3d88ad564d /bfd/ChangeLog | |
parent | 38a94d44949ff2899b46e0896a2b23d33d71e3d8 (diff) | |
download | gdb-31f7ba0423bfad4867253963a543e51cc05e0d89.zip gdb-31f7ba0423bfad4867253963a543e51cc05e0d89.tar.gz gdb-31f7ba0423bfad4867253963a543e51cc05e0d89.tar.bz2 |
bfd_follow_gnu_debuglink: New function. Follow the pointer contained inside a
.gnu_debuglink section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 53e6b07..ef1e407 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2003-01-31 Graydon Hoare <graydon@redhat.com> + + * Makefile.am (opncls.lo): Add dependency upon libiberty.h. + * Makefile.in: Regenerate. + * opncls.c (calc_crc32, get_debug_link_info, + seperate_debug_file_exists, find_seperate_debug_file): New + internal functions. + (bfd_follow_gnu_debuglink): New function. Follow the pointer + contained inside a .gnu_debuglink section. + * bfd-in2.h: Regenerate. + 2003-01-29 Alexandre Oliva <aoliva@redhat.com> * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference |