Re: [PATCH 9/9] c-family/c-cppbuiltin.c fix

2017-04-01 Thread Andrew Pinski
On Sat, Apr 1, 2017 at 9:54 AM, Andrew Jenner wrote: > I needed to apply the attached patch for ia16, so that > __LIBGCC_JCR_SECTION_NAME__ does not get defined unless > TARGET_USE_JCR_SECTION is. > > 2017-04-01 Andrew Jenner > > * c-family/g-cppbuiltin.c (c_cpp_builtins): guard > __LIBGCC_

[PATCH 9/9] c-family/c-cppbuiltin.c fix

2017-04-01 Thread Andrew Jenner
I needed to apply the attached patch for ia16, so that __LIBGCC_JCR_SECTION_NAME__ does not get defined unless TARGET_USE_JCR_SECTION is. 2017-04-01 Andrew Jenner * c-family/g-cppbuiltin.c (c_cpp_builtins): guard __LIBGCC_JCR_SECTION_NAME__ definition with TARGET_USE_JCR_SECTION. Index