ChangeLog entry moved from config/ChangeLog to gcc/ChangeLog.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jul 2014 06:23:42 +0000 (06:23 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jul 2014 06:23:42 +0000 (06:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213039 138bc75d-0d04-0410-961f-82ee72b054a4

config/ChangeLog
gcc/ChangeLog

index c509972..1079c7f 100644 (file)
@@ -1,15 +1,3 @@
-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.
-       (rs6000_xcoff_declare_object_name): Likewise.
-
 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
 
        * mt-nios2-elf: New file.
index a039c5a..9eb5973 100644 (file)
        * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
 
 2014-07-24  Martin Liska  <mliska@suse.cz>
+       * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
+       function used.
+       * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
+       (rs6000_code_end): Likewise.
+
+2014-07-24  Martin Liska  <mliska@suse.cz>
+
+       * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
+       symtab_node funtion used.
+       (rs6000_xcoff_declare_object_name): Likewise.
+
+2014-07-24  Martin Liska  <mliska@suse.cz>
 
        * cgraphunit.c (compile): Correct function used.