diff options
author | Cary Coutant <ccoutant@google.com> | 2011-06-09 18:18:44 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-06-09 18:18:44 +0000 |
commit | 4fb3a1c35a8a796104f36e61ea465e94f27e2db8 (patch) | |
tree | 76dd3926c6356152a00f08087651bca214adfe36 /gold/ChangeLog | |
parent | fd596c16fb7b06c7cfd77d260c41009195fa8dbf (diff) | |
download | gdb-4fb3a1c35a8a796104f36e61ea465e94f27e2db8.zip gdb-4fb3a1c35a8a796104f36e61ea465e94f27e2db8.tar.gz gdb-4fb3a1c35a8a796104f36e61ea465e94f27e2db8.tar.bz2 |
PR gold/12804
* gold/gold.cc (queue_initial_tasks): Warn if --incremental is
used with --compress-debug-sections.
* gold/object.cc (Sized_relobj_file::do_layout): Report
uncompressed size of compressed input sections.
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 15b0b0b..5c705bf 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2011-06-09 Cary Coutant <ccoutant@google.com> + + PR gold/12804 + * gold/gold.cc (queue_initial_tasks): Warn if --incremental is + used with --compress-debug-sections. + * gold/object.cc (Sized_relobj_file::do_layout): Report + uncompressed size of compressed input sections. + 2011-06-08 Cary Coutant <ccoutant@google.com> PR gold/12804 |