summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-12-26 10:58:25 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-04 11:07:26 -0600
commitf6a8663ec590a07d0a65c7305bacec0f9534775e (patch)
tree906e5851f9a41439e111a58a7109111c61b7dcb2 /doc
parentRemove M32R architecture (diff)
downloadrtems-f6a8663ec590a07d0a65c7305bacec0f9534775e.tar.bz2
Remove H8300 port
updates #2452.
Diffstat (limited to 'doc')
-rw-r--r--doc/cpu_supplement/Makefile.am6
-rw-r--r--doc/cpu_supplement/cpu_supplement.texi2
-rw-r--r--doc/cpu_supplement/h8300.t11
3 files changed, 0 insertions, 19 deletions
diff --git a/doc/cpu_supplement/Makefile.am b/doc/cpu_supplement/Makefile.am
index f27cc6a1db..4d8ac987a9 100644
--- a/doc/cpu_supplement/Makefile.am
+++ b/doc/cpu_supplement/Makefile.am
@@ -16,7 +16,6 @@ GENERATED_FILES += arm.texi
GENERATED_FILES += avr.texi
GENERATED_FILES += bfin.texi
GENERATED_FILES += epiphany.texi
-GENERATED_FILES += h8300.texi
GENERATED_FILES += i386.texi
GENERATED_FILES += lm32.texi
GENERATED_FILES += m32c.texi
@@ -67,11 +66,6 @@ epiphany.texi: epiphany.t
-u "Top" \
-n "" < $< > $@
-h8300.texi: h8300.t
- $(BMENU2) -p "" \
- -u "Top" \
- -n "" < $< > $@
-
i386.texi: i386.t
$(BMENU2) -p "" \
-u "Top" \
diff --git a/doc/cpu_supplement/cpu_supplement.texi b/doc/cpu_supplement/cpu_supplement.texi
index 2fcdfa0f95..52c1a6f0dc 100644
--- a/doc/cpu_supplement/cpu_supplement.texi
+++ b/doc/cpu_supplement/cpu_supplement.texi
@@ -66,7 +66,6 @@
* Atmel AVR Specific Information::
* Blackfin Specific Information::
* Epiphany Specific Information::
-* Renesas H8/300 Specific Information::
* Intel/AMD x86 Specific Information::
* Lattice Mico32 Specific Information::
* Renesas M32C Specific Information::
@@ -90,7 +89,6 @@
@include avr.texi
@include bfin.texi
@include epiphany.texi
-@include h8300.texi
@include i386.texi
@include lm32.texi
@include m32c.texi
diff --git a/doc/cpu_supplement/h8300.t b/doc/cpu_supplement/h8300.t
deleted file mode 100644
index 8c50ffb614..0000000000
--- a/doc/cpu_supplement/h8300.t
+++ /dev/null
@@ -1,11 +0,0 @@
-@c Copyright (c) 2014 embedded brains GmbH. All rights reserved.
-
-@chapter Renesas H8/300 Specific Information
-
-@section Symmetric Multiprocessing
-
-SMP is not supported.
-
-@section Thread-Local Storage
-
-Thread-local storage is not implemented.