diff options
author | 2009-12-04 18:18:18 +0000 | |
---|---|---|
committer | 2009-12-04 18:18:18 +0000 | |
commit | 28e67f5d7578ff0e31087d70bbdf5701852e92c2 (patch) | |
tree | dae6554bbe1f4066169d2c84fb8121956690a38a /gold/ChangeLog | |
parent | pda (diff) | |
download | binutils-gdb-28e67f5d7578ff0e31087d70bbdf5701852e92c2.tar.gz binutils-gdb-28e67f5d7578ff0e31087d70bbdf5701852e92c2.tar.bz2 binutils-gdb-28e67f5d7578ff0e31087d70bbdf5701852e92c2.zip |
2009-12-04 Rafael Avila de Espindola <espindola@google.com>
* incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
Don't set the data_offset twice.
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 cd3d0950a33..084bd91ca6b 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,10 @@ 2009-12-04 Rafael Avila de Espindola <espindola@google.com> + * incremental.cc (Incremental_inputs::sized_create_inputs_section_data): + Don't set the data_offset twice. + +2009-12-04 Rafael Avila de Espindola <espindola@google.com> + * testsuite/Makefile.in: Regenerate. 2009-12-03 Doug Kwan <dougkwan@google.com> |