source: rtems/contrib/crossrpms/patches/gcc-core-4.2-20070221-rtems4.8-20070228.diff @ 84f86cb

4.104.114.95
Last change on this file since 84f86cb was 661d5c8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/28/07 at 07:29:32

New.

  • Property mode set to 100644
File size: 1.3 KB
  • gcc/config/arm/rtems-elf.h

    diff -uNr gcc-4.2-20070221.orig/gcc/config/arm/rtems-elf.h gcc-4.2-20070221/gcc/config/arm/rtems-elf.h
    old new  
    2727#define TARGET_OS_CPP_BUILTINS()                \
    2828    do {                                        \
    2929        builtin_define ("__rtems__");           \
     30        builtin_define ("__USE_INIT_FINI__");   \
    3031        builtin_assert ("system=rtems");        \
    3132    } while (0)
    3233
  • gcc/config/c4x/rtems.h

    diff -uNr gcc-4.2-20070221.orig/gcc/config/c4x/rtems.h gcc-4.2-20070221/gcc/config/c4x/rtems.h
    old new  
    2424#define TARGET_OS_CPP_BUILTINS()                \
    2525    do {                                        \
    2626        builtin_define ("__rtems__");           \
    27         builtin_define ("__USE_INIT_FINI__");   \
    2827        builtin_assert ("system=rtems");        \
    2928    } while (0)
  • gcc/config/mips/elf.h

    diff -uNr gcc-4.2-20070221.orig/gcc/config/mips/elf.h gcc-4.2-20070221/gcc/config/mips/elf.h
    old new  
    4949#undef  ENDFILE_SPEC
    5050#define ENDFILE_SPEC "crtend%O%s crtn%O%s"
    5151
    52 #define NO_IMPLICIT_EXTERN_C 1
    53 
    5452#define HANDLE_PRAGMA_PACK_PUSH_POP 1
Note: See TracBrowser for help on using the repository browser.