Hi! On Fri, Mar 06, 2020 at 10:20:08AM +0800, binbin wrote: > OK, changed the code. Bootstrap and regression tests were done on > powerpc64le-linux-gnu (LE) with no regressions. Thanks for your suggestion.
Yes, this is fine, approved for trunk (but add a changelog!) And one triviality: > --- a/gcc/config/rs6000/rs6000.h > +++ b/gcc/config/rs6000/rs6000.h > @@ -2494,6 +2494,9 @@ extern GTY(()) tree > builtin_mode_to_type[MAX_MACHINE_MODE][2]; > extern GTY(()) tree altivec_builtin_mask_for_load; > > #ifndef USED_FOR_TARGET > + > +extern GTY(()) section *toc_section; No empty line before this please? Thanks! Segher