On Thu, 2020-03-12 at 19:49 +0200, Darius Galis wrote:
> Hello,
> 
> The following patch removes the CTRLREG_CPEN register variable.
> According to the RX software manual: 
> https://www.renesas.com/cn/en/doc/products/mpumcu/doc/rx_family/r01us0316ej0100-rxv3sm.pdf
> there is no control register called cpen.
> 
> Regression test is OK, without additional fails, and was tested with the
> following command:
> 
> make -k check-gcc RUNTESTFLAGS=--target_board=rx-sim
> 
> Please let me know if this is OK, Thank you!
> Darius
> 
>  From ce78a5cde96d2ace6e06733320edbfb0c59c0e88 Mon Sep 17 00:00:00 2001
> From: Darius <darius.ga...@cyberthorstudios.com>
> Date: Tue, 10 Mar 2020 18:21:20 +0200
> Subject: Removed CTRLREG_CPEN register
> 
> ---
>   gcc/ChangeLog       | 5 +++++
>   gcc/config/rx/rx.c  | 1 -
>   gcc/config/rx/rx.md | 1 -
>   3 files changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/gcc/ChangeLog b/gcc/ChangeLog
> index 6c4a505..ea9bbb2 100644
> --- a/gcc/ChangeLog
> +++ b/gcc/ChangeLog
> @@ -1,3 +1,8 @@
> +2020-03-10  Darius Galis  <darius.ga...@cyberthorstudios.com>
> +
> +     * config/rx/rx.md: Remove CTRLREG_CPEN
> +     * config/rx/rx.c: Likewise.
THanks.  I verified that the CPEN register was removed in 2009.  Installed on 
the
trunk.

jeff
> 

Reply via email to