OSDN Git Service

* config.gcc (h8300-*-elf*): New case.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Aug 2001 18:22:55 +0000 (18:22 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Aug 2001 18:22:55 +0000 (18:22 +0000)
* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
(SUBTARGET_CPP_SPEC): Define.
(EXTRA_SPECS): Define.
(SUBTARGET_EXTRA_SPECS): Define.
* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
* config/h8300/elf.h, config/h8300/t-elf: Likewise.

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

gcc/ChangeLog
gcc/config.gcc

index 23b7a1e..0ec312e 100644 (file)
@@ -1,4 +1,4 @@
-Thu Aug 30 16:22:41 2001  J"orn Rennecke <amylaar@redhat.com>
+Thu Aug 30 19:22:15 2001  J"orn Rennecke <amylaar@redhat.com>
 
        * config.gcc (h8300-*-elf*): New case.
        * h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
index a6d89ae..20388f1 100644 (file)
@@ -670,6 +670,11 @@ h8300-*-rtems*)
        fi
        float_format=i32
        ;;
+h8300-*-elf*)
+       tmake_file="h8300/t-h8300 h8300/t-elf"
+       tm_file="h8300/h8300.h h8300/elf.h"
+       float_format=i32
+       ;;
 h8300-*-*)
        float_format=i32
        ;;