diff options
author | Ian Lance Taylor <ian@airs.com> | 2011-07-05 20:38:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2011-07-05 20:38:53 +0000 |
commit | 41f9cbbecf43d1696026c1d5521fb4b29327289e (patch) | |
tree | 84b1fc8ae5842833284aa6d9c3f2088fd7eda1c1 /gold/ChangeLog | |
parent | fc9f3a697800953cffd597db86b65742e8cf5842 (diff) | |
download | gdb-41f9cbbecf43d1696026c1d5521fb4b29327289e.zip gdb-41f9cbbecf43d1696026c1d5521fb4b29327289e.tar.gz gdb-41f9cbbecf43d1696026c1d5521fb4b29327289e.tar.bz2 |
* object.cc (Sized_relobj_file::include_section_group): Add
information to comment about signature location.
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 fdedd86..819f250 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2011-07-05 Ian Lance Taylor <iant@google.com> + + * object.cc (Sized_relobj_file::include_section_group): Add + information to comment about signature location. + 2011-07-02 Ian Lance Taylor <iant@google.com> PR gold/12957 |