diff options
author | Cary Coutant <ccoutant@google.com> | 2012-04-23 23:31:15 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2012-04-23 23:31:15 +0000 |
commit | 1d509098948ff183c755c2353f8822dc0f046f57 (patch) | |
tree | 8d22a80da4107574cf0d75eddc03fe8643715f24 /elfcpp/ChangeLog | |
parent | 34431a2aa1e9e1a2fc255619985103494ae2f90d (diff) | |
download | gdb-1d509098948ff183c755c2353f8822dc0f046f57.zip gdb-1d509098948ff183c755c2353f8822dc0f046f57.tar.gz gdb-1d509098948ff183c755c2353f8822dc0f046f57.tar.bz2 |
elfcpp/
* elfcpp_swap.h (struct Swap_aligned32): New template.
gold/
* gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
CU range table of gdb index.
Diffstat (limited to 'elfcpp/ChangeLog')
-rw-r--r-- | elfcpp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 25502df..6e31367 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-23 Cary Coutant <ccoutant@google.com> + + * elfcpp_swap.h (struct Swap_aligned32): New template. + 2012-04-16 David S. Miller <davem@davemloft.net> * sparc.h (R_SPARC_JMP_IREL): New relocation. |