C++ PATCH to objc-map.c to fix build with --enable-gather-detailed-mem-stats

2012-03-05 Thread Jason Merrill
objc-map.c has been calling _stat allocation functions without using MEM_STAT_INFO for passing the file location information to the allocator, which breaks bootstrap with --enable-gather-detailed-mem-stats. Fixed by calling the non-_stat variant instead. Applying as obvious. commit c70308c0c

Re: C++ PATCH to objc-map.c to fix build with --enable-gather-detailed-mem-stats

2012-03-05 Thread Jason Merrill
Er, not actually a C++ patch. Fingers on autopilot...