OSDN Git Service

2004-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Mar 2004 16:43:06 +0000 (16:43 +0000)
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Mar 2004 16:43:06 +0000 (16:43 +0000)
PR target/14577
* config.gcc: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff.

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

gcc/ChangeLog
gcc/config.gcc

index 8ce4a8d..852ba58 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-16  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+       PR target/14577
+       * config.gcc: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff.
+
 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
 
        * combine.c (combine_simplify_rtx): Remove the "last"
 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
 
        * combine.c (combine_simplify_rtx): Remove the "last"
index 7dfadfd..0f78c9a 100644 (file)
@@ -1706,14 +1706,14 @@ sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-kaos*)
        esac
        use_fixproto=yes
        ;;
        esac
        use_fixproto=yes
        ;;
-sh-*-rtemself*)
-       tmake_file="sh/t-sh sh/t-elf t-rtems"
-       tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
-       ;;
-sh-*-rtems*)
+sh-*-rtemscoff*)
        tmake_file="sh/t-sh t-rtems"
        tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
        ;;
        tmake_file="sh/t-sh t-rtems"
        tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
        ;;
+sh-*-rtems*)
+       tmake_file="sh/t-sh sh/t-elf t-rtems"
+       tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
+       ;;
 sh-*-linux* | sh[2346lbe]*-*-linux*)
        tmake_file="sh/t-sh sh/t-elf ${tmake_file}"
        case ${target} in
 sh-*-linux* | sh[2346lbe]*-*-linux*)
        tmake_file="sh/t-sh sh/t-elf ${tmake_file}"
        case ${target} in