diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-12 05:03:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-12 05:03:01 +0000 |
commit | 0ba2a60ea96bb63756bfb01ccc2e20081aad3995 (patch) | |
tree | 5dabf37fcbccb6a4b8ac9a0465e07009cff1ad86 /bfd/ChangeLog | |
parent | 1c64c4ed86fcf294ce8ea92dd3e7c605deacfa91 (diff) | |
download | gdb-0ba2a60ea96bb63756bfb01ccc2e20081aad3995.zip gdb-0ba2a60ea96bb63756bfb01ccc2e20081aad3995.tar.gz gdb-0ba2a60ea96bb63756bfb01ccc2e20081aad3995.tar.bz2 |
Use section id in get_dyn_name.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bde689f..ec8caa5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,8 +1,21 @@ +2000-07-11 Alan Modra <alan@linuxcare.com.au> + + * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of + bfd pointer. Print section id instead of bfd pointer for local + syms. Prefix addend with `+' for global syms as well as local. + Correct calculation of name component lengths. + (elf64_hppa_check_relocs): Update call to get_dyn_name. + + From David Huggins-Daines <dhd@linuxcare.com> + * elf-hppa.h (elf_hppa_relocate_section): Update calls here too. + * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings. + (elf64_hppa_modify_segment_map): Likewise. + Tue Jul 11 17:21:52 2000 Andrew Cagney <cagney@b1.cygnus.com> * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA addresses to be "naturally" sign extended. Return -1 if unknown. - * bfd-in.h (bfd_elf_get_sign_extend_vma): : Add declaration. + * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration. * bfd-in2.h: Regenerate. Tue Jul 11 16:25:52 2000 Andrew Cagney <cagney@b1.cygnus.com> |