diff options
author | Richard Henderson <rth@redhat.com> | 1998-09-17 23:17:10 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-09-17 23:17:10 +0000 |
commit | 93893904de79b8f6e230e584a2a17e047f16ea12 (patch) | |
tree | 843be63706740f7274617b9c5ee4000f67309766 /bfd | |
parent | e2bf9e364049efd7f26f57fbfaee6c0c5003d736 (diff) | |
download | gdb-93893904de79b8f6e230e584a2a17e047f16ea12.zip gdb-93893904de79b8f6e230e584a2a17e047f16ea12.tar.gz gdb-93893904de79b8f6e230e584a2a17e047f16ea12.tar.bz2 |
* elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
transform a defweak into a plt entry.
(elf64_alpha_calc_dynrel_sizes): Allow room for secondary
plt entry references to receive a RELATIVE reloc.
(elf64_alpha_finish_dynamic_symbol): Fill them in.
(elf64_alpha_relocate_section): Assert we don't overrun
the allocated relocation space.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0030f98..6f1a620 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,21 @@ +Thu Sep 17 16:03:28 1998 Richard Henderson <rth@cygnus.com> + + * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't + transform a defweak into a plt entry. + (elf64_alpha_calc_dynrel_sizes): Allow room for secondary + plt entry references to receive a RELATIVE reloc. + (elf64_alpha_finish_dynamic_symbol): Fill them in. + (elf64_alpha_relocate_section): Assert we don't overrun + the allocated relocation space. + +Wed Sep 16 10:34:13 1998 Nick Clifton <nickc@cygnus.com> + + * elf32-v850.c (v850_elf_symbol_processing): Move symbols in + sections with v850 common section attributes into named v850 + common sections. + (v850_elf_add_symbol_hook): Move symbols in sections with v850 + common section attributes into named v850 common sections. + Wed Sep 16 11:26:49 CDT 1998 Catherine Moore <clm@cygnus.com> * elf32-arm.c (elf32_arm_gc_mark_hook): Remove print |