From: ro Date: Mon, 23 Sep 2019 09:17:57 +0000 (+0000) Subject: Use underscore in IPA-SRA LTO section name (PR ipa/91835) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c01f4ef6906119994d7e481d6b3ae62e9033443;p=thirdparty%2Fgcc.git Use underscore in IPA-SRA LTO section name (PR ipa/91835) PR ipa/91835 * lto-section-in.c (lto_section_name): Use "ipa_sra" instead of "ipa-sra". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276050 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 20308790b258..de8f50ef19b3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2019-09-23 Rainer Orth + + PR ipa/91835 + * lto-section-in.c (lto_section_name): Use "ipa_sra" instead of + "ipa-sra". + 2019-09-22 Iain Sandoe * config/rs6000/rs6000.c (machopic_output_stub): Remove dead diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index d5feebfc18d9..60f111f3f282 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -54,7 +54,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] = "mode_table", "hsa", "lto", - "ipa-sra" + "ipa_sra" }; /* Hooks so that the ipa passes can call into the lto front end to get