2019-03-12 Martin Jambor <mjambor@suse.cz>
* cgraph.c (cgraph_node::dump): Dump more info for former thunks,
terminate with newline.
From-SVN: r269608
+2019-03-12 Martin Jambor <mjambor@suse.cz>
+
+ * cgraph.c (cgraph_node::dump): Dump more info for former thunks,
+ terminate with newline.
+
2019-03-12 Jakub Jelinek <jakub@redhat.com>
PR target/52726
(int)thunk.virtual_offset_p);
}
else if (former_thunk_p ())
- fprintf (f, " Former thunk");
+ fprintf (f, " Former thunk fixed offset %i virtual value %i "
+ "indirect_offset %i has virtual offset %i\n",
+ (int)thunk.fixed_offset,
+ (int)thunk.virtual_value,
+ (int)thunk.indirect_offset,
+ (int)thunk.virtual_offset_p);
if (alias && thunk.alias
&& DECL_P (thunk.alias))
{