aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-11-20 17:34:16 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-11-20 17:34:16 +0000
commit5c08b7d40e284da08c08afaef5efd4d50a36cb89 (patch)
treef069a90ae40d47a43df00801ad1b3c51f7481c0b /ld/ChangeLog
parentf9982339c9d56624fd9da4ded33a08272ef9b1cc (diff)
downloadfsf-binutils-gdb-5c08b7d40e284da08c08afaef5efd4d50a36cb89.zip
fsf-binutils-gdb-5c08b7d40e284da08c08afaef5efd4d50a36cb89.tar.gz
fsf-binutils-gdb-5c08b7d40e284da08c08afaef5efd4d50a36cb89.tar.bz2
Set alignment of common plugin symbol to 1 for For ELF targets.
2010-11-20 H.J. Lu <hongjiu.lu@intel.com> PR ld/12246 * plugin.c (asymbol_from_plugin_symbol): Set alignment of common symbol to 1 for For ELF targets.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9b8826c..330b547 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
2010-11-20 H.J. Lu <hongjiu.lu@intel.com>
+ PR ld/12246
+ * plugin.c (asymbol_from_plugin_symbol): Set alignment of
+ common symbol to 1 for For ELF targets.
+
+2010-11-20 H.J. Lu <hongjiu.lu@intel.com>
+
PR ld/12247
* lexsup.c (parse_args): Properly report loading plugin error.