NFC intended, this simply adds a missing tab to the generated code for pic symbol stubs.
tested on powerpc-darwin9, powerpc-linux-gnu (power7) applied to mainline Iain gcc/ 2019-05-17 Iain Sandoe <i...@sandoe.co.uk> * config/rs6000/rs6000.c (macho_branch_islands): Fix bad indent on the generated code. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index ee44a20..155bc08 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -32986,7 +32986,7 @@ macho_branch_islands (void) } else { - strcat (tmp_buf, ":\nlis r12,hi16("); + strcat (tmp_buf, ":\n\tlis r12,hi16("); strcat (tmp_buf, name_buf); strcat (tmp_buf, ")\n\tori r12,r12,lo16("); strcat (tmp_buf, name_buf);