On Thu, 7 Jul 2011, Richard Henderson wrote: > alpha-elf: Disable stabs debugging, and the mips sdb extensions. > > In particular, the mips sdb extensions accidentally implied the > irix dwarf2 extensions and restrictions. Disable stabs because > it's almost certainly untested for years.
With this in, the only alpha target that ends up with MIPS_DEBUGGING_INFO defined is alpha*-dec-osf5.1*; all others use alpha/elf.h or alpha/vms.h. And the only other targets defining MIPS_DEBUGGING_INFO are Irix and MIPS OpenBSD - that is, all targets defining this macro are on the deprecation list. So once we remove the deprecated targets after 4.7 branches we can remove all support for MIPS_DEBUGGING_INFO and poison the macro. -- Joseph S. Myers jos...@codesourcery.com