diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-06-24 05:09:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-06-24 05:09:11 +0000 |
commit | ec3f783efde154039bcf29fca808e70d523953d4 (patch) | |
tree | 75d6995092bcc505525fa5e94c8769a2a6ecf874 /gold/ChangeLog | |
parent | 459c9f1c5f4e19a4fdf39ccd9289f0fde532a21b (diff) | |
download | fsf-binutils-gdb-ec3f783efde154039bcf29fca808e70d523953d4.zip fsf-binutils-gdb-ec3f783efde154039bcf29fca808e70d523953d4.tar.gz fsf-binutils-gdb-ec3f783efde154039bcf29fca808e70d523953d4.tar.bz2 |
PR 10156
* layout.cc (Layout::create_note): Use choose_output_section
rather than make_output_section.
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 5507317..debf933 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2009-06-23 Ian Lance Taylor <iant@google.com> + PR 10156 + * layout.cc (Layout::create_note): Use choose_output_section + rather than make_output_section. + +2009-06-23 Ian Lance Taylor <iant@google.com> + PR 10237 * options.cc (General_options::parse_V): Set printed_version_. (General_options::General_options): Initialize printed_version_. |