[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with ld and EXCL symbols in STABS
From: |
Ian Lance Taylor |
Subject: |
Re: Problems with ld and EXCL symbols in STABS |
Date: |
08 May 2001 09:23:03 -0700 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Stig Petter Olsroed <address@hidden> writes:
> I think I have found a design weakness in the implementation of the
> EXCL stabs-symbol used to reduce the amount of debug information.
Thanks for the detailed report. We know about this weakness. The
algorithm used is compatible with the one used by the Solaris linker,
upon which this optimization is based. The problem is very rare in
ordinary code--I've never heard a report that was not caused by
deliberate engineering.
> Have you considered makeing an option to turn off EXCL generation?
The option already exists: --traditional-format.
Ian