[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ld.so.1 broken with gcc 3.3.1 on GNU/Hurd
From: |
Roland McGrath |
Subject: |
Re: ld.so.1 broken with gcc 3.3.1 on GNU/Hurd |
Date: |
Sun, 21 Dec 2003 15:53:10 -0800 |
I reproduced what you saw. The bogus resolution of the _exit refs is an ld
bug. However, we should probably work around it by arranging that _exit be
given a PLT slot. That is necessary for correctness if _exit can ever be
called from ld.so after startup. It probably shouldn't ever be, but the
PLT slot won't hurt.