A Wednesday 30 April 2008 13:43:19, Luis Machado wrote: > Pedro, > > This doesn't work as is on PPC. The ".value" pseudo-op it not available, > but using ".short" instead does the trick. Tested on x86 and PPC with > ".short" for the DWARF version field. > > Ok to change this? Eh, oh well, sorry for that. We should change the .long's to explicit .4byte's and .value's to .2byte's as has been done to the other dwarf tests. Find replace is faster than another mail roundtrip, so I went ahead. Tested on x86_64-unknown-linux-gnu and x86-pc-linux-gnu. OK ? -- Pedro Alves