X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Fconfig%2Fdarwin.c;h=6c63d7a32b4b89fefdce59ed676c8e1487a01bcb;hb=02540df4e6b7c030012c1c5d1383dc03a41f6f8e;hp=93f7babbd6fcf4dbc988774e6f5974df7c936b1b;hpb=451078b5e0ebc5a97db4fa973088ec58ff11ece6;p=thirdparty%2Fgcc.git diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 93f7babbd6fc..6c63d7a32b4b 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1460,8 +1460,9 @@ darwin_asm_named_section (const char *name, obstack_grow (<o_section_names_obstack, "\\0\"\n", 4); /* Output the dummy section name. */ - fprintf (asm_out_file, "\t.section %s,__%08X,regular,debug\t# %s\n", - LTO_SEGMENT_NAME, lto_section_names_offset, name); + fprintf (asm_out_file, "\t# %s\n", name); + fprintf (asm_out_file, "\t.section %s,__%08X,regular,debug\n", + LTO_SEGMENT_NAME, lto_section_names_offset); /* Update the offset for the next section name. Make sure we stay within reasonable length. */