Commit 7001cb1f by Dominique d'Humieres Committed by Dominique d'Humieres

re PR bootstrap/81033 (there are cases where ld64 is not able to determine…

re PR bootstrap/81033 (there are cases where ld64 is not able to determine correct atom boundaries from the output GCC currently produces)

2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>

	PR target/81033
	* config/darwin.c (darwin_function_switched_text_sections):
	Fix spaces.

From-SVN: r249930
parent 10ea2672
2017-07-03 Dominique d'Humieres <dominiq@lps.ens.fr>
PR target/81033
* config/darwin.c (darwin_function_switched_text_sections):
Fix spaces.
2017-07-03 Jan Hubicka <hubicka@ucw.cz>
* tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
......
......@@ -3684,7 +3684,7 @@ void
darwin_function_switched_text_sections (FILE *fp, tree decl, bool new_is_cold)
{
/* Make sure we pick up all the relevant quotes etc. */
assemble_name_raw (fp, new_is_cold?"__cold_sect_of_":"__hot_sect_of_");
assemble_name_raw (fp, new_is_cold ? "__cold_sect_of_" : "__hot_sect_of_");
assemble_name_raw (fp, IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)));
fputs (":\n", fp);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment