aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-07-22 18:46:28 +0000
committerIan Lance Taylor <ian@airs.com>1994-07-22 18:46:28 +0000
commit36c6e8c37fc1ebc698b8d260c6ef09fe2d18ea69 (patch)
treeb90b4fd760fddd4a3a71aadc2e83464cd6d7250c /ld/ChangeLog
parent28aac2eb20cf2673cf439cc887a40f131bec165b (diff)
downloadgdb-36c6e8c37fc1ebc698b8d260c6ef09fe2d18ea69.zip
gdb-36c6e8c37fc1ebc698b8d260c6ef09fe2d18ea69.tar.gz
gdb-36c6e8c37fc1ebc698b8d260c6ef09fe2d18ea69.tar.bz2
* ldlang.c (lang_common): Pass desired alignment to
lang_one_common as power of two. (lang_one_common): Get common symbol alignment from linker hash table entry. Treat desired alignment as a power of two.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9f7338e..904ea7f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
Fri Jul 22 12:15:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+ * ldlang.c (lang_common): Pass desired alignment to
+ lang_one_common as power of two.
+ (lang_one_common): Get common symbol alignment from linker hash
+ table entry. Treat desired alignment as a power of two.
+
* ldlang.c (wild_section): Attach all section with the given name,
not just the first one. If there is no name, attach all sections
even if the SEC_IS_COMMON flag is set.