Re: invalid assert in convert_debug_memory_address

2012-01-12 Thread DJ Delorie
Thanks, committed.

Re: invalid assert in convert_debug_memory_address

2012-01-12 Thread Richard Guenther
On Wed, Jan 11, 2012 at 10:13 PM, DJ Delorie wrote: > > The assert is not valid for address spaces that support more than one > pointer size, such as the generic space of TPF, mips64, or m32c. Looks good to me. Richard. > 2012-01-11  DJ Delorie   > >        * cfgexpand.c (convert_debug_memory_a

invalid assert in convert_debug_memory_address

2012-01-11 Thread DJ Delorie
The assert is not valid for address spaces that support more than one pointer size, such as the generic space of TPF, mips64, or m32c. 2012-01-11 DJ Delorie * cfgexpand.c (convert_debug_memory_address): Allow any valid pointer type, not just the default pointer type. Index: c