diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-03-17 20:36:30 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-03-17 20:36:30 +0000 |
commit | ef4ab7a8185e12b2a2e76982a9fe82c8d0f10a38 (patch) | |
tree | 2d2e5e57ad4523880f8a2baa678c40989cbec5b2 /gold/ChangeLog | |
parent | 54a0b537b8b8ebf14fe9cb3fc82e1ae090d5d6bb (diff) | |
download | binutils-gdb-ef4ab7a8185e12b2a2e76982a9fe82c8d0f10a38.tar.gz |
2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
* layout.h (Layout::create_note): Add section_name parameter.
* layout.cc (Layout::create_note): Likewise.
(Layout::create_build_id, Layout::create_gold_note): Fix callers.
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 9425ea6e60e..501aabe7959 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com> + + * layout.h (Layout::create_note): Add section_name parameter. + * layout.cc (Layout::create_note): Likewise. + (Layout::create_build_id, Layout::create_gold_note): Fix callers. + 2009-03-17 Ian Lance Taylor <iant@google.com> * descriptors.cc: Include "options.h". |