diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-07-16 15:08:14 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-07-16 15:08:14 +0000 |
commit | cc86ff917dedaa5e0c473e9298b7238c0221282f (patch) | |
tree | a4f9c307130316d7039439612bc103365cc9f204 /bfd/ChangeLog | |
parent | 42fa7765a27b1d9691a1ca141408279bd9c3cd4e (diff) | |
download | ppe42-binutils-cc86ff917dedaa5e0c473e9298b7238c0221282f.tar.gz ppe42-binutils-cc86ff917dedaa5e0c473e9298b7238c0221282f.zip |
PR ld/1021
PR ld/1031
* elflink.c (elf_link_add_object_symbols): Also append the version
name to non-hidden absolute symbols that are functions.
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 7870c6005f..334d42ebdc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-05-16 Eric Botcazou <ebotcazou@libertysurf.fr> + + PR ld/1021 + PR ld/1031 + * elflink.c (elf_link_add_object_symbols): Also append the version + name to non-hidden absolute symbols that are functions. + 2005-07-16 Alan Modra <amodra@bigpond.net.au> * elf32-ppc.c (ppc_elf_set_sdata_syms): Return void. Remove hack |