diff options
author | Chris Demetriou <cgd@google.com> | 2009-07-24 23:13:51 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2009-07-24 23:13:51 +0000 |
commit | c3b65ac4d0f98770c149f41a5a80a1b34a3a821a (patch) | |
tree | 628b624139b745ec0dd27d569507e40a5558e353 /gold/ChangeLog | |
parent | 8fdcc58daafe1153d2edf18a2f106d2b247e1f01 (diff) | |
download | fsf-binutils-gdb-c3b65ac4d0f98770c149f41a5a80a1b34a3a821a.zip fsf-binutils-gdb-c3b65ac4d0f98770c149f41a5a80a1b34a3a821a.tar.gz fsf-binutils-gdb-c3b65ac4d0f98770c149f41a5a80a1b34a3a821a.tar.bz2 |
2009-07-24 Chris Demetriou <cgd@google.com>
* layout.cc (is_compressible_debug_section): Fix incorrect
comment about compressed section names.
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 26e5bff..d56b934 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2009-07-24 Chris Demetriou <cgd@google.com> + + * layout.cc (is_compressible_debug_section): Fix incorrect + comment about compressed section names. + 2009-07-20 Ian Lance Taylor <ian@airs.com> PR 10419 |