source: rtems/contrib/crossrpms/patches/gcc-core-4.2.0-20070430-rtems4.8-20070501.diff @ 22a8f05

4.104.114.84.95
Last change on this file since 22a8f05 was 22a8f05, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/01/07 at 04:46:31

Rebase against gcc-core-4.2.0-20070430 (gcc-4.2.0 rc2)

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

    diff -uNr gcc-4.2.0-20070430.orig/gcc/config/arm/rtems-elf.h gcc-4.2.0-20070430/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.0-20070430.orig/gcc/config/c4x/rtems.h gcc-4.2.0-20070430/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.0-20070430.orig/gcc/config/mips/elf.h gcc-4.2.0-20070430/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.