re PR bootstrap/81033 (there are cases where ld64 is not able to determine correct...
authorDominique d'Humieres <dominiq@lps.ens.fr>
Mon, 3 Jul 2017 15:53:56 +0000 (17:53 +0200)
committerDominique d'Humieres <dominiq@gcc.gnu.org>
Mon, 3 Jul 2017 15:53:56 +0000 (17:53 +0200)
commitbe58770875623c5c92a4b6af7027c67568d4c061
tree50426aea3b51007f83df1bbde21a22032592da7a
parent57c49199f0942a6fb5d1b59551098a6c8faf3899
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):
Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
in two pieces, and suppress the use of buf.

From-SVN: r249926
gcc/ChangeLog
gcc/config/darwin.c