diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-09-09 16:54:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-09-09 16:54:53 +0000 |
commit | 05a79166c63631b80c640d4bf3e28cc594682363 (patch) | |
tree | 4875e39019c9a4a4ac6073f4ad603a26d1ee577c | |
parent | 6afafb5482bce85fc771c6f2d2c01bca136a1719 (diff) | |
download | gdb-05a79166c63631b80c640d4bf3e28cc594682363.zip gdb-05a79166c63631b80c640d4bf3e28cc594682363.tar.gz gdb-05a79166c63631b80c640d4bf3e28cc594682363.tar.bz2 |
Add missing ChangeLog entries.
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 11a5c74..88d7942 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -8,7 +8,7 @@ 2010-09-08 Rafael Espindola <espindola@google.com> - * layout.cc (Layout::set_segment_offsets): Always advance to a new page. + * layout.cc (Layout::set_segment_offsets): Always advance to a new page. 2010-09-08 Doug Kwan <dougkwan@google.com> @@ -51,6 +51,13 @@ 2010-09-08 Rafael Espindola <espindola@google.com> + * Makefile.am (memory_test.stdout): Run readelf with -W. + * Makefile.in: Regenerate. + * testsuite/memory_test.sh: Make the regexps accept both 32 and + 64 bit output. + +2010-09-08 Rafael Espindola <espindola@google.com> + * script-sections.cc (Script_sections::add_memory_region): Convert field precision to int. * script.cc (script_set_section_region, script_set_section_region): |