diff options
author | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-24 14:17:57 +0000 |
---|---|---|
committer | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-24 14:17:57 +0000 |
commit | 6433f232030b9603ebdb0c50f3ee3f01af0f2894 (patch) | |
tree | 62f7ddbe59bb05a9acb997b48b6aa6905b0936b9 /config | |
parent | b093324a3e2fa1c7ba300931184ae8d1e89bb51d (diff) | |
download | gcc-6433f232030b9603ebdb0c50f3ee3f01af0f2894.tar.gz |
Another MIPS/R6000 IPA C++ refactoring fix.
* mips.c (mips_start_unique_function): Correct cgraph_node function
used.
* rs6000.c (call_ABI_of_interest): Likewise.
(rs6000_code_end): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212995 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 85f18e78c4f..c509972e785 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,4 +1,10 @@ 2014-07-24 Martin Liska <mliska@suse.cz> + * mips.c (mips_start_unique_function): Correct cgraph_node function + used. + * rs6000.c (call_ABI_of_interest): Likewise. + (rs6000_code_end): Likewise. + +2014-07-24 Martin Liska <mliska@suse.cz> * rs6000.c (rs6000_xcoff_declare_function_name): Correct symtab_node funtion used. |