diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-05-22 01:06:49 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-05-22 01:06:49 +0000 |
commit | 7629558884498167643ba82061f15722971241b2 (patch) | |
tree | 55f82ea7b3edcd2f1e31dcdcff4801ea920a43c5 /gold/ChangeLog | |
parent | 98d206de684a9dfa4bdec000946e7a090b7467b3 (diff) | |
download | gdb-7629558884498167643ba82061f15722971241b2.zip gdb-7629558884498167643ba82061f15722971241b2.tar.gz gdb-7629558884498167643ba82061f15722971241b2.tar.bz2 |
Add a cast to avoid a compilation error.
2010-05-21 Doug Kwan <dougkwan@google.com>
PR gold/11619
* arm.cc (Arm_input_section::do_output_offset): Add a cast to
avoid a compilation error.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index ed61c25..c9ecbe7 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2010-05-21 Doug Kwan <dougkwan@google.com> + + PR gold/11619 + * arm.cc (Arm_input_section::do_output_offset): Add a cast to + avoid a compilation error. + 2010-05-19 Rafael Espindola <espindola@google.com> * script-sections.cc (Output_section_definition::allocate_to_segment): |