]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/fr30/fr30.h (inhibit_libc): Don't define.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Apr 2011 16:35:51 +0000 (16:35 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Apr 2011 16:35:51 +0000 (16:35 +0000)
* config/m32r/m32r-protos.h: Correct comment.
* config/v850/v850.h (GHS_default_section_names,
GHS_current_section_names): Use tree, not union tree_node *.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172980 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/fr30/fr30.h
gcc/config/m32r/m32r-protos.h
gcc/config/v850/v850.h

index 248ba57fa80dd1471d8c50ac823a47004e53fb7e..0749c64c384b3865906c7e6e6db50d864e6a59ad 100644 (file)
@@ -1,3 +1,10 @@
+2011-04-26  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/fr30/fr30.h (inhibit_libc): Don't define.
+       * config/m32r/m32r-protos.h: Correct comment.
+       * config/v850/v850.h (GHS_default_section_names,
+       GHS_current_section_names): Use tree, not union tree_node *.
+
 2011-04-26  Xinliang David Li  <davidxl@google.com>
 
        * tree-ssa-uninit.c (warn_uninitialized_phi): Pass
index d98840849079c6ae2344ee7e5708e295606c860d..77c6bb920aa04fc54934d0a7e3cb38ab43300c17 100644 (file)
@@ -839,11 +839,6 @@ fprintf (STREAM, "\t.word .L%d\n", VALUE)
    `QImode'.  */
 #define FUNCTION_MODE QImode
 
-/* If cross-compiling, don't require stdio.h etc to build libgcc.a.  */
-#if defined CROSS_DIRECTORY_STRUCTURE && ! defined inhibit_libc
-#define inhibit_libc
-#endif
-
 /*}}}*/ \f
 
 /* Local Variables: */
index 0f0607252a051eee48efd6236470e96a437a8fa2..37fa61c2a7d30b70ea1fecdf85ac064bd30fde34 100644 (file)
@@ -1,5 +1,6 @@
 /* Prototypes for m32r.c functions used in the md file & elsewhere.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010,
+   2011
    Free Software Foundation, Inc.
 
    This file is part of GCC.
@@ -18,7 +19,7 @@
    along with GCC; see the file COPYING3.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-/* Function prototypes that cannot exist in v850.h due to dependency
+/* Function prototypes that cannot exist in m32r.h due to dependency
    complications.  */
 #define Mmode enum machine_mode
 
index 5079936f416038744daffc7b10ea0ab86a289fd8..ea3bcbb97edcf25c83ec68f01f343cae1039451c 100644 (file)
@@ -906,8 +906,8 @@ typedef struct data_area_stack_element
 extern data_area_stack_element * data_area_stack;
 
 /* Names of the various data areas used on the v850.  */
-extern union tree_node * GHS_default_section_names [(int) COUNT_OF_GHS_SECTION_KINDS];
-extern union tree_node * GHS_current_section_names [(int) COUNT_OF_GHS_SECTION_KINDS];
+extern tree GHS_default_section_names [(int) COUNT_OF_GHS_SECTION_KINDS];
+extern tree GHS_current_section_names [(int) COUNT_OF_GHS_SECTION_KINDS];
 
 /* The assembler op to start the file.  */