On Tue, Apr 04, 2000 at 06:21:45PM -0700, Geoff Keating wrote: > + * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin. > + (ENDFILE_LINUX_SPEC): Always use crtend. This is a mistake. It means you're not tracking the C++ ABI changes that have been made in that file. Pay special attention to the handling of __dso_handle. r~