summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-12-15 11:25:01 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-04 11:07:00 -0600
commitf5201df0dc70e4510c7a6862a96d66175fbbf514 (patch)
tree15d987c5f736df81896df34598294eeae6b03db7 /doc
parentpowerpc/qemuppc/configure.ac: Correct typo (diff)
downloadrtems-f5201df0dc70e4510c7a6862a96d66175fbbf514.tar.bz2
Remove M32R architecture
updates #2446.
Diffstat (limited to 'doc')
-rw-r--r--doc/cpu_supplement/Makefile.am8
-rw-r--r--doc/cpu_supplement/cpu_supplement.texi2
-rw-r--r--doc/cpu_supplement/m32r.t11
-rw-r--r--doc/user/preface.texi3
4 files changed, 2 insertions, 22 deletions
diff --git a/doc/cpu_supplement/Makefile.am b/doc/cpu_supplement/Makefile.am
index 06ebf48970..f27cc6a1db 100644
--- a/doc/cpu_supplement/Makefile.am
+++ b/doc/cpu_supplement/Makefile.am
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1988-2012.
+# COPYRIGHT (c) 1988-2015.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
@@ -20,7 +20,6 @@ GENERATED_FILES += h8300.texi
GENERATED_FILES += i386.texi
GENERATED_FILES += lm32.texi
GENERATED_FILES += m32c.texi
-GENERATED_FILES += m32r.texi
GENERATED_FILES += m68k.texi
GENERATED_FILES += microblaze.texi
GENERATED_FILES += mips.texi
@@ -83,11 +82,6 @@ m32c.texi: m32c.t
-u "Top" \
-n "" < $< > $@
-m32r.texi: m32r.t
- $(BMENU2) -p "" \
- -u "Top" \
- -n "" < $< > $@
-
lm32.texi: lm32.t
$(BMENU2) -p "" \
-u "Top" \
diff --git a/doc/cpu_supplement/cpu_supplement.texi b/doc/cpu_supplement/cpu_supplement.texi
index 105a54e9a4..2fcdfa0f95 100644
--- a/doc/cpu_supplement/cpu_supplement.texi
+++ b/doc/cpu_supplement/cpu_supplement.texi
@@ -70,7 +70,6 @@
* Intel/AMD x86 Specific Information::
* Lattice Mico32 Specific Information::
* Renesas M32C Specific Information::
-* Renesas M32R Specific Information::
* M68xxx and Coldfire Specific Information::
* Xilinx MicroBlaze Specific Information::
* MIPS Specific Information::
@@ -95,7 +94,6 @@
@include i386.texi
@include lm32.texi
@include m32c.texi
-@include m32r.texi
@include m68k.texi
@include microblaze.texi
@include mips.texi
diff --git a/doc/cpu_supplement/m32r.t b/doc/cpu_supplement/m32r.t
deleted file mode 100644
index 951bf94ec9..0000000000
--- a/doc/cpu_supplement/m32r.t
+++ /dev/null
@@ -1,11 +0,0 @@
-@c Copyright (c) 2014 embedded brains GmbH. All rights reserved.
-
-@chapter Renesas M32R Specific Information
-
-@section Symmetric Multiprocessing
-
-SMP is not supported.
-
-@section Thread-Local Storage
-
-Thread-local storage is not implemented.
diff --git a/doc/user/preface.texi b/doc/user/preface.texi
index e47f18ecc2..f8c0728aab 100644
--- a/doc/user/preface.texi
+++ b/doc/user/preface.texi
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1989-2011.
+@c COPYRIGHT (c) 1989-2015.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@@ -161,7 +161,6 @@ It has been ported to the following processor families:
@item Renesas (formerly Hitachi) SuperH
@item Renesas (formerly Hitachi) H8/300
@item Renesas M32C
-@item Renesas M32R
@item SPARC v7, v8, and V9
@end itemize