diff options
author | Cary Coutant <ccoutant@google.com> | 2015-03-02 10:10:52 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2015-03-02 10:10:52 -0800 |
commit | 5b07cd848db1dbe9e3498e94bea5e69c8e438153 (patch) | |
tree | 54434cb53ea0101a4d7b2b4041f1f6ae64ad946f /gold/ChangeLog | |
parent | 9a284c9794a7589edc01b5701efe5406a27b5b4a (diff) | |
download | gdb-5b07cd848db1dbe9e3498e94bea5e69c8e438153.zip gdb-5b07cd848db1dbe9e3498e94bea5e69c8e438153.tar.gz gdb-5b07cd848db1dbe9e3498e94bea5e69c8e438153.tar.bz2 |
Fix an internal error in do_print_to_mapfile on Arm.
2015-02-02 Khem Raj <raj.khem@gmail.com>
gold/
* attributes.h (class Output_attributes_section_data ): Add
do_print_to_mapfile function.
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 31d123e..10fc03b 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2015-02-02 Khem Raj <raj.khem@gmail.com> + + * attributes.h (class Output_attributes_section_data ): Add + do_print_to_mapfile function. + 2015-02-24 Alan Modra <amodra@gmail.com> PR 18010 |