On Thu, 2012-12-06 at 15:29 -0500, David Edelsohn wrote: > On Thu, Dec 6, 2012 at 2:40 PM, Peter Bergner <berg...@vnet.ibm.com> wrote: > > * config/rs6000/sysv4.h (TARGET_ASAN_SHADOW_OFFSET): Define. > > * config/rs6000/rs6000.c (rs6000_asan_shadow_offset): New function. > > * config/rs6000/rs6000.h (FRAME_GROWS_DOWNWARD): Define to > > flag_stack_protect != 0 || flag_asan != 0. > > Please change the FRAME_GROWS_DOWNWARD ChangeLog entry to something > more descriptive, not simply copying the macro line itself. Maybe: > "Also disable if ASAN used."
Done. Committed as revision 194273. Thanks. Peter