From: Rainer Orth 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: https://git.libre-soc.org/?a=commitdiff_plain;h=b7bb3d35804f1d50d7dcfa18aacf1f91d898bb1f;p=gcc.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". From-SVN: r276050 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 20308790b25..de8f50ef19b 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 d5feebfc18d..60f111f3f28 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