diff options
author | Cary Coutant <ccoutant@google.com> | 2011-12-17 22:39:52 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-12-17 22:39:52 +0000 |
commit | 76677ad0511926923fd951df8d73efb783ced103 (patch) | |
tree | eacd6a0aceafd93481a3837a4f9c041f737128ea /gold/ChangeLog | |
parent | dd274a34d22249bd4ae2e868fdd02678f69dd36c (diff) | |
download | gdb-76677ad0511926923fd951df8d73efb783ced103.zip gdb-76677ad0511926923fd951df8d73efb783ced103.tar.gz gdb-76677ad0511926923fd951df8d73efb783ced103.tar.bz2 |
2011-12-17 Cary Coutant <ccoutant@google.com>
* dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
* resolve.cc (Symbol_table::resolve): Likewise.
* i386.cc (Target_i386::do_code_fill): Use char constants for nop
arrays.
* x86_64.cc (Target_x86_64::do_code_fill): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index e3abb30..fed9a65 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2011-12-17 Cary Coutant <ccoutant@google.com> + + * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts. + * resolve.cc (Symbol_table::resolve): Likewise. + * i386.cc (Target_i386::do_code_fill): Use char constants for nop + arrays. + * x86_64.cc (Target_x86_64::do_code_fill): Likewise. + 2011-12-16 Ian Lance Taylor <iant@google.com> * output.h (Output_data_reloc_generic::add): Only call |