diff options
author | David S. Miller <davem@redhat.com> | 2011-09-10 05:15:43 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2011-09-10 05:15:43 +0000 |
commit | 24c6c55a13b3d7a40cce2df940242db8a1498578 (patch) | |
tree | f60de67eb0cb3268f1ace8e63fd5a07d1d7530e5 /gold/ChangeLog | |
parent | 17b03c24fb193cff0478d8e4e091e384099c0018 (diff) | |
download | gdb-24c6c55a13b3d7a40cce2df940242db8a1498578.zip gdb-24c6c55a13b3d7a40cce2df940242db8a1498578.tar.gz gdb-24c6c55a13b3d7a40cce2df940242db8a1498578.tar.bz2 |
* output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
(Output_fill_debug_line::do_write): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 7270c4b..bcace3c 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2011-09-09 David S. Miller <davem@davemloft.net> + + * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned. + (Output_fill_debug_line::do_write): Likewise. + 2011-08-29 Cary Coutant <ccoutant@google.com> * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add |