mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
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.
This commit is contained in:
parent
9a284c9794
commit
5b07cd848d
@ -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
|
||||
|
@ -387,6 +387,11 @@ class Output_attributes_section_data : public Output_section_data
|
||||
{ }
|
||||
|
||||
protected:
|
||||
// Write to a map file.
|
||||
void
|
||||
do_print_to_mapfile(Mapfile* mapfile) const
|
||||
{ mapfile->print_output_data(this, _("** attributes")); }
|
||||
|
||||
// Write the data to the output file.
|
||||
void
|
||||
do_write(Output_file*);
|
||||
|
Loading…
Reference in New Issue
Block a user