diff options
author | Cary Coutant <ccoutant@google.com> | 2010-12-23 19:56:14 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-12-23 19:56:14 +0000 |
commit | 829c9745074912fd5cc1d0389e9cf51fb979b70a (patch) | |
tree | 4d93fbea04be73bc58dc67f63b06345bb4e6f7af /gold/ChangeLog | |
parent | 2a20745c6f5dcf86417ebaabbfdb4b1c56e2c9c4 (diff) | |
download | gdb-829c9745074912fd5cc1d0389e9cf51fb979b70a.zip gdb-829c9745074912fd5cc1d0389e9cf51fb979b70a.tar.gz gdb-829c9745074912fd5cc1d0389e9cf51fb979b70a.tar.bz2 |
* output.h (Output_data_reloc::add_output_section): Pass OD instead
of OS to this->add. Add OD parameter to second form of the function.
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 64958ab..316648a 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2010-12-23 Cary Coutant <ccoutant@google.com> + + * output.h (Output_data_reloc::add_output_section): Pass OD instead + of OS to this->add. Add OD parameter to second form of the function. + 2010-12-20 Ian Lance Taylor <iant@google.com> * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep |