diff options
author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-05-19 17:49:19 +0000 |
---|---|---|
committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-05-19 17:49:19 +0000 |
commit | d103a984a7657828c654330e89ce670490ae5825 (patch) | |
tree | d79be20f535293f8fef502700f30aacdf96a0e81 /gold/ChangeLog | |
parent | 28d3cf859d41459121c74042aa5dbad3450cafcb (diff) | |
download | gdb-d103a984a7657828c654330e89ce670490ae5825.zip gdb-d103a984a7657828c654330e89ce670490ae5825.tar.gz gdb-d103a984a7657828c654330e89ce670490ae5825.tar.bz2 |
2010-05-19 Rafael Espindola <espindola@google.com>
* script-sections.cc (Output_section_definition::allocate_to_segment):
Update the phdrs_list even when the output section is NULL.
* testsuite/Makefile.am: Add test.
* testsuite/Makefile.in: Regenerate.
* testsuite/script_test_9.cc: New.
* testsuite/script_test_9.sh: New.
* testsuite/script_test_9.t: New.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1ff2a48..ed61c25 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,13 @@ +2010-05-19 Rafael Espindola <espindola@google.com> + + * script-sections.cc (Output_section_definition::allocate_to_segment): + Update the phdrs_list even when the output section is NULL. + * testsuite/Makefile.am: Add test. + * testsuite/Makefile.in: Regenerate. + * testsuite/script_test_9.cc: New. + * testsuite/script_test_9.sh: New. + * testsuite/script_test_9.t: New. + 2010-05-19 Doug Kwan <dougkwan@google.com> * arm.cc (Arm_input_section::original_size): New method. |