diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-12-06 00:00:15 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-12-06 00:00:15 +0000 |
commit | cfac8028e44df8140ee4fa9a3d554b1df23e0c0c (patch) | |
tree | da8a750660637a52b1547ccf9531ccc41a51a7eb /ld/ChangeLog | |
parent | a2c86c822472bcc1bbe8002946432b2bff666948 (diff) | |
download | gdb-cfac8028e44df8140ee4fa9a3d554b1df23e0c0c.zip gdb-cfac8028e44df8140ee4fa9a3d554b1df23e0c0c.tar.gz gdb-cfac8028e44df8140ee4fa9a3d554b1df23e0c0c.tar.bz2 |
Properly convert LTO plugin visibility to ELF visibility.
ld/
2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
* plugin.c (asymbol_from_plugin_symbol): Properly convert LTO
plugin visibility to ELF visibility.
(is_visible_from_outside): Re-indent.
ld/testsuite/
2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
* ld-plugin/plugin-vis-1.d: Updated.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 66aee40..c1e59bf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2010-12-05 H.J. Lu <hongjiu.lu@intel.com> + + * plugin.c (asymbol_from_plugin_symbol): Properly convert LTO + plugin visibility to ELF visibility. + (is_visible_from_outside): Re-indent. + 2010-12-04 Alan Modra <amodra@gmail.com> * ldlang.c (lang_size_sections_1): Align lma using same alignment |