------- Comment #18 from hp at gcc dot gnu dot org  2007-09-14 21:31 -------
(In reply to comment #17)
> We'll see whether the test-results are meaningful; it's likely there's more to
> fix.

Unfortunately not very meaningful without a getcwd.  I got curious why getcwd
would be needed, so I looked around, and it seems the stored absolute exe path
is only reachable by full_exe_path(), called only from
runtime/backtrace.c:show_backtrace()
- which is #if GLIBC_BACKTRACE'd out; empty for newlib targets!
So, I'll update your patch to get rid of the getcwd call, attach the result and
start a new test.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21185

Reply via email to