binutils-gdb/sim/cris
Mike Frysinger d137b254d9 sim: signal: mark signal callback funcs as noreturn since they don't return
All funcs already call other funcs that don't return.  The mips port is
the only exception because its generic exception handler can return in
the case of normal exceptions.  So while the exceptions its signal handler
triggers doesn't return, we can't express that conditional logic.  So add
some useless abort calls to make the compiler happy.
2023-12-21 01:59:22 -05:00
..
arch.c sim regen 2023-08-19 12:41:32 +09:30
arch.h sim regen 2023-08-19 12:41:32 +09:30
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpuall.h sim regen 2023-08-19 12:41:32 +09:30
cpuv10.c sim regen 2023-08-19 12:41:32 +09:30
cpuv10.h sim regen 2023-08-19 12:41:32 +09:30
cpuv32.c sim regen 2023-08-19 12:41:32 +09:30
cpuv32.h sim regen 2023-08-19 12:41:32 +09:30
cris-sim.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cris-tmpl.c Placate -Wmissing-declarations in sim/cris 2023-08-19 12:26:21 -06:00
crisv10f.c sim: cris: fix -Wunused-variable warnings 2023-12-19 05:51:10 -05:00
crisv32f.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decodev10.c sim regen 2023-08-19 12:41:32 +09:30
decodev10.h sim regen 2023-08-19 12:41:32 +09:30
decodev32.c sim regen 2023-08-19 12:41:32 +09:30
decodev32.h sim regen 2023-08-19 12:41:32 +09:30
dv-cris_900000xx.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-cris.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-rv.c sim: cris: fix -Wunused-variable warnings 2023-12-19 05:51:10 -05:00
local.mk sim: cgen: unify the genmloop logic a bit 2023-12-20 21:24:40 -05:00
mloop.in Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
modelv10.c sim regen 2023-08-19 12:41:32 +09:30
modelv32.c sim regen 2023-08-19 12:41:32 +09:30
rvdummy.c sim: formally assume unistd.h always exists (via gnulib) 2023-01-16 04:35:48 -05:00
semcrisv10f-switch.c cpu: cris: drop some unused vars 2023-12-19 05:45:01 -05:00
semcrisv32f-switch.c cpu: cris: drop some unused vars 2023-12-19 05:45:01 -05:00
sim-if.c sim: cris: fix -Wunused-variable warnings 2023-12-19 05:51:10 -05:00
sim-main.h sim: signal: mark signal callback funcs as noreturn since they don't return 2023-12-21 01:59:22 -05:00
traps.c sim: assume sys/stat.h always exists (via gnulib) 2023-01-16 04:42:47 -05:00