Re: No documentation of -rdynamic

2005-07-06 Thread Andreas Schwab
Andrew Pinski <[EMAIL PROTECTED]> writes: > And it dates back to before EGCS was split from GCC (aka version > 1.1 of linux.h: > 1.1 (law 11-Aug-97): %{rdynamic:-export-dynamic} \ 1.23 (kenner 30-Mar-95): %{rdynamic:-export-dynamic} \

Re: No documentation of -rdynamic

2005-07-06 Thread Andrew Pinski
On Jul 6, 2005, at 6:04 PM, Wolfgang Bangerth wrote: Hi all, in order for the glibc function backtrace() to return something useful, its documentation says one has to use the -rdynamic flag. However, as has been mentioned before here It maps to the GNU binutils ld option -export-dynamic.