diff options
author | Martin Liska <mliska@suse.cz> | 2022-08-25 10:21:20 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-08-26 08:19:38 +0200 |
commit | eb6358247a9386db2828450477d86064f213e0a8 (patch) | |
tree | 5c1d8b419773c15e72127d25d461f20999336316 /gcc/common | |
parent | 388f1a8cf0851854cc4d2ee99ed85600f0822afc (diff) | |
download | gcc-eb6358247a9386db2828450477d86064f213e0a8.zip gcc-eb6358247a9386db2828450477d86064f213e0a8.tar.gz gcc-eb6358247a9386db2828450477d86064f213e0a8.tar.bz2 |
cr16: remove obsoleted port
contrib/ChangeLog:
* config-list.mk: Remove cr16.
gcc/ChangeLog:
* doc/extend.texi: Remove cr16 related stuff.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* function-tests.cc (test_expansion_to_rtl): Likewise.
* common/config/cr16/cr16-common.cc: Removed.
* config/cr16/constraints.md: Removed.
* config/cr16/cr16-protos.h: Removed.
* config/cr16/cr16.cc: Removed.
* config/cr16/cr16.h: Removed.
* config/cr16/cr16.md: Removed.
* config/cr16/cr16.opt: Removed.
* config/cr16/predicates.md: Removed.
* config/cr16/t-cr16: Removed.
libgcc/ChangeLog:
* config.host: Remove cr16 related stuff.
* config/cr16/crti.S: Removed.
* config/cr16/crtlibid.S: Removed.
* config/cr16/crtn.S: Removed.
* config/cr16/divmodhi3.c: Removed.
* config/cr16/lib1funcs.S: Removed.
* config/cr16/t-cr16: Removed.
* config/cr16/t-crtlibid: Removed.
* config/cr16/unwind-cr16.c: Removed.
* config/cr16/unwind-dw2.h: Removed.
gcc/testsuite/ChangeLog:
* lib/target-supports.exp: Remove cr16 related stuff.
Diffstat (limited to 'gcc/common')
-rw-r--r-- | gcc/common/config/cr16/cr16-common.cc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gcc/common/config/cr16/cr16-common.cc b/gcc/common/config/cr16/cr16-common.cc deleted file mode 100644 index 6d0b2be..0000000 --- a/gcc/common/config/cr16/cr16-common.cc +++ /dev/null @@ -1,27 +0,0 @@ -/* Common hooks for CR16. - Copyright (C) 2012-2022 Free Software Foundation, Inc. - - This file is part of GCC. - - GCC is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - GCC is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GCC; see the file COPYING3. If not see - <http://www.gnu.org/licenses/>. */ - -#include "config.h" -#include "system.h" -#include "coretypes.h" -#include "tm.h" -#include "common/common-target.h" -#include "common/common-target-def.h" - -struct gcc_targetm_common targetm_common = TARGETM_COMMON_INITIALIZER; |