diff options
author | Richard Henderson <rth@redhat.com> | 2001-02-09 00:29:58 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-02-09 00:29:58 +0000 |
commit | ca88208ac8ae9caab05dc80c5ccca650cb156a60 (patch) | |
tree | 2d0176bfb2c4ee60c7603b91a498981eb3a171d3 /bfd/ChangeLog | |
parent | 4603e845c0cb35b7755f1d86c0336821fbac8c4c (diff) | |
download | gdb-ca88208ac8ae9caab05dc80c5ccca650cb156a60.zip gdb-ca88208ac8ae9caab05dc80c5ccca650cb156a60.tar.gz gdb-ca88208ac8ae9caab05dc80c5ccca650cb156a60.tar.bz2 |
* elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
before visibility. Locally defined protected symbols are not
dynamic.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9c15c7b..f64124e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-02-08 Richard Henderson <rth@redhat.com> + + * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness + before visibility. Locally defined protected symbols are not + dynamic. + 2001-02-08 Geoffrey Keating <geoffk@redhat.com> * config.bfd: Enable coff64 for rs6000-*. Patch from |