On 12/05/2010 05:39 PM, Andreas Schwab wrote: > Yao Qi writes: > >> # This test can only be run on targets which support DWARF-2 and use gas. >> # For now pick a sampling of likely targets. >> -if {![istarget *-*-linux*] >> - && ![istarget *-*-gnu*] >> - && ![istarget *-*-elf*] >> - && ![istarget *-*-openbsd*] >> - && ![istarget arm-*-eabi*] >> - && ![istarget powerpc-*-eabi*]} { >> +if {![dwarf2_support]} { >> return 0 >> } > > The second sentence of the comment no longer fits and should probably be > deleted. > No wonder I was confused by it a little when I read that comment. :) The second sentence is removed by this (2nd) patch, which depends on the first patch. -- Yao (齐尧)