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/function-tests.cc | |
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/function-tests.cc')
-rw-r--r-- | gcc/function-tests.cc | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/gcc/function-tests.cc b/gcc/function-tests.cc index 1f983e8..68e8b97 100644 --- a/gcc/function-tests.cc +++ b/gcc/function-tests.cc @@ -627,25 +627,7 @@ test_expansion_to_rtl () (reg:SI 87 [ D.59 ])) -1 (nil)) (insn 10 6 11 2 (set (reg/i:SI 0 ax) (reg:SI 88 [ <retval> ])) -1 (nil)) - (insn 11 10 0 2 (use (reg/i:SI 0 ax)) -1 (nil)) - - On cr16-elf I get this: - (note 4 1 2 2 [bb 2] NOTE_INSN_BASIC_BLOCK) - (insn 2 4 3 2 (set (reg:SI 24) - (reg/f:SI 16 virtual-incoming-args)) -1 - (nil)) - (note 3 2 6 2 NOTE_INSN_FUNCTION_BEG) - (insn 6 3 7 2 (set (reg:HI 22 [ _1 ]) - (const_int 42 [0x2a])) -1 - (nil)) - (insn 7 6 11 2 (set (reg:HI 23 [ <retval> ]) - (reg:HI 22 [ _1 ])) -1 - (nil)) - (insn 11 7 12 2 (set (reg/i:HI 0 r0) - (reg:HI 23 [ <retval> ])) -1 - (nil)) - (insn 12 11 0 2 (use (reg/i:HI 0 r0)) -1 - (nil)). */ + (insn 11 10 0 2 (use (reg/i:SI 0 ax)) -1 (nil)). */ verify_three_block_rtl_cfg (fun); /* Verify as much of the RTL as we can whilst avoiding |