OSDN Git Service

* config/cris/linux.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 17:18:20 +0000 (17:18 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 17:18:20 +0000 (17:18 +0000)
* config.gcc (crisv32-*-linux* | cris-*-linux*): Don't use svr4.h.

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

gcc/ChangeLog
gcc/config.gcc
gcc/config/cris/linux.h

index 9dec6e7..6f6c7f3 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/cris/linux.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
+       * config.gcc (crisv32-*-linux* | cris-*-linux*): Don't use svr4.h.
+
 2010-12-09  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/46844
index 12377e6..24f1b81 100644 (file)
@@ -942,7 +942,7 @@ cris-*-elf | cris-*-none)
        use_gcc_stdint=wrap
        ;;
 crisv32-*-linux* | cris-*-linux*)
-       tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h glibc-stdint.h cris/linux.h"
+       tm_file="dbxelf.h elfos.h ${tm_file} linux.h glibc-stdint.h cris/linux.h"
        # We need to avoid using t-linux, so override default tmake_file
        tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
        extra_options="${extra_options} cris/linux.opt"
index 3f22cd3..5d4f38e 100644 (file)
@@ -132,7 +132,14 @@ along with GCC; see the file COPYING3.  If not see
        builtin_define ("__NO_UNDERSCORES__");  \
     }                                          \
   while (0)
+
+/* Node: Type Layout */
      
+#undef SIZE_TYPE
+#define SIZE_TYPE "unsigned int"
+
+#undef PTRDIFF_TYPE
+#define PTRDIFF_TYPE "int"
 
 /* Node: Sections */