diff options
author | Cary Coutant <ccoutant@google.com> | 2013-06-05 23:52:21 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-06-05 23:52:21 +0000 |
commit | 7fb47cc9a4f7c7ca964f817f3c92947f1fbbf616 (patch) | |
tree | b843a95740ea6ec79f286d50a3a9a826f3855259 /gold/ChangeLog | |
parent | 69fc87c263bbfcb062d993d70ea1e97813cd3d29 (diff) | |
download | gdb-7fb47cc9a4f7c7ca964f817f3c92947f1fbbf616.zip gdb-7fb47cc9a4f7c7ca964f817f3c92947f1fbbf616.tar.gz gdb-7fb47cc9a4f7c7ca964f817f3c92947f1fbbf616.tar.bz2 |
2013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
gold/
* layout.cc (Layout::set_segment_offsets): Taking care of the case when
the maximum segment alignment is larger than the page size.
* testsuite/Makefile.am (large_symbol_alignment): Test that Gold
correctly aligns the symbols with large alignemnt.
* testsuite/Makefile.in: Regenerate.
* testsuite/large_symbol_alignment.cc: New file.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index f0f0990..f53bd4c 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com> + + * layout.cc (Layout::set_segment_offsets): Taking care of the case when + the maximum segment alignment is larger than the page size. + * testsuite/Makefile.am (large_symbol_alignment): Test that Gold + correctly aligns the symbols with large alignemnt. + * testsuite/Makefile.in: Regenerate. + * testsuite/large_symbol_alignment.cc: New file. + 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com> Sriraman Tallam <tmsriram@google.com> |