public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gold: Add do_print_to_mapfile function in Mips_output_data_la25_stub class.
@ 2016-03-16 11:32 Vladimir Radosavljevic
  2016-03-17 21:37 ` Cary Coutant
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Radosavljevic @ 2016-03-16 11:32 UTC (permalink / raw)
  To: binutils; +Cc: ccoutant, Petar Jovanovic

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

This patch adds missing implementation of do_print_to_mapfile function in Mips_output_data_la25_stub class.

Regards,
Vladimir.

ChangeLog -

    * mips.cc (class Mips_output_data_la25_stub): Add
    do_print_to_mapfile function.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: do_print_to_mapfile.patch --]
[-- Type: text/x-patch; name="do_print_to_mapfile.patch", Size: 561 bytes --]

diff --git a/gold/mips.cc b/gold/mips.cc
index 6f66fe9..e8652f8 100644
--- a/gold/mips.cc
+++ b/gold/mips.cc
@@ -2246,6 +2246,11 @@ class Mips_output_data_la25_stub : public Output_section_data
   create_stub_symbol(Mips_symbol<size>* sym, Symbol_table* symtab,
                      Target_mips<size, big_endian>* target, uint64_t symsize);
 
+  // Write to a map file.
+  void
+  do_print_to_mapfile(Mapfile* mapfile) const
+  { mapfile->print_output_data(this, _(".LA25.stubs")); }
+
   // Write out the LA25 stub section.
   void
   do_write(Output_file*);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gold: Add do_print_to_mapfile function in Mips_output_data_la25_stub class.
  2016-03-16 11:32 [PATCH] gold: Add do_print_to_mapfile function in Mips_output_data_la25_stub class Vladimir Radosavljevic
@ 2016-03-17 21:37 ` Cary Coutant
  0 siblings, 0 replies; 2+ messages in thread
From: Cary Coutant @ 2016-03-17 21:37 UTC (permalink / raw)
  To: Vladimir Radosavljevic; +Cc: binutils, Petar Jovanovic

> This patch adds missing implementation of do_print_to_mapfile function in Mips_output_data_la25_stub class.
>
>     * mips.cc (class Mips_output_data_la25_stub): Add
>     do_print_to_mapfile function.

Thanks! Committed.

-cary

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-17 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-16 11:32 [PATCH] gold: Add do_print_to_mapfile function in Mips_output_data_la25_stub class Vladimir Radosavljevic
2016-03-17 21:37 ` Cary Coutant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).