Bug 24258 - add flag to track shared library activity
Summary: add flag to track shared library activity
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.1.0
: P2 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-07 15:37 UTC by Tom Tromey
Modified: 2016-09-30 22:51 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2012-01-19 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2005-10-07 15:37:35 UTC
It would often be convenient to see what libgcj is doing with
shared libraries -- which get loaded, which don't, and why.
We should add a gij flag like '-Xverbose:libraries' to do this.
Comment 1 Andrew Pinski 2005-10-08 14:17:47 UTC
Confirmed.
Comment 2 Andrew Pinski 2016-09-30 22:51:43 UTC
Closing as won't fix as libgcj (and the java front-end) has been removed from the trunk.