source: rtems/contrib/crossrpms/patches/gcc-core-4.2-20070110-rtems4.8-20070112.diff @ 92b61a71

4.104.114.84.95
Last change on this file since 92b61a71 was 652473b3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/07 at 04:35:49

Update (bfin merged into upstream)

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[652473b3]1diff -uNr gcc-4.2-20070110.orig/gcc/config/arm/rtems-elf.h gcc-4.2-20070110/gcc/config/arm/rtems-elf.h
2--- gcc-4.2-20070110.orig/gcc/config/arm/rtems-elf.h    2005-11-21 16:56:34.000000000 -0600
3+++ gcc-4.2-20070110/gcc/config/arm/rtems-elf.h 2007-01-11 22:17:39.000000000 -0600
4@@ -27,6 +27,7 @@
5 #define TARGET_OS_CPP_BUILTINS()               \
6     do {                                       \
7        builtin_define ("__rtems__");           \
8+       builtin_define ("__USE_INIT_FINI__");   \
9        builtin_assert ("system=rtems");        \
10     } while (0)
11 
12diff -uNr gcc-4.2-20070110.orig/gcc/config/c4x/rtems.h gcc-4.2-20070110/gcc/config/c4x/rtems.h
13--- gcc-4.2-20070110.orig/gcc/config/c4x/rtems.h        2005-06-24 20:22:41.000000000 -0500
14+++ gcc-4.2-20070110/gcc/config/c4x/rtems.h     2007-01-11 22:17:58.000000000 -0600
15@@ -24,6 +24,5 @@
16 #define TARGET_OS_CPP_BUILTINS()               \
17     do {                                       \
18        builtin_define ("__rtems__");           \
19-       builtin_define ("__USE_INIT_FINI__");   \
20        builtin_assert ("system=rtems");        \
21     } while (0)
22diff -uNr gcc-4.2-20070110.orig/gcc/config/mips/elf.h gcc-4.2-20070110/gcc/config/mips/elf.h
23--- gcc-4.2-20070110.orig/gcc/config/mips/elf.h 2006-10-08 02:35:47.000000000 -0500
24+++ gcc-4.2-20070110/gcc/config/mips/elf.h      2007-01-11 22:17:58.000000000 -0600
25@@ -49,6 +49,4 @@
26 #undef  ENDFILE_SPEC
27 #define ENDFILE_SPEC "crtend%O%s crtn%O%s"
28 
29-#define NO_IMPLICIT_EXTERN_C 1
30-
31 #define HANDLE_PRAGMA_PACK_PUSH_POP 1
Note: See TracBrowser for help on using the repository browser.