From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb@sources.redhat.com Subject: V3 ABI stuff is broken Date: Thu, 24 May 2001 13:31:00 -0000 Message-id: <200105242031.f4OKVUO07451@delius.kettenis.local> X-SW-Source: 2001-05/msg00326.html The new V3 ABI code in gnu-v3-abi.c uses a per-architecture data-pointer, but it looks like this mechanism is broken, at least for targets that are not yet multi-arch. If I understand things correcly in that case startup_gdbarch is used. However, the per-architecture data-pointer isn't allocated/initialized for startup_gdbarch. This leads to a lot of test failures for alpha-unknown-freebsd5.0 when using GCC 3.0. Should arch-utils.c:initialize_current_architecture() always call gdbarch_update_p(), even if the target is not multi-arch? Mark