binutils-gdb/sim/mips
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
..
acinclude.m4 sim: mips: move libsim.a creation to top-level 2023-01-10 01:15:25 -05:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cp1.c sim: mips: fix -Wunused-variable warnings 2023-12-19 05:51:11 -05:00
cp1.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dsp2.igen sim: mips: fix -Wunused-variable warnings 2023-12-19 05:51:11 -05:00
dsp.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dsp.igen sim: mips: fix -Wunused-variable warnings 2023-12-19 05:51:11 -05:00
dv-tx3904cpu.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-tx3904irc.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-tx3904sio.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-tx3904tmr.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
interp.c sim: signal: mark signal callback funcs as noreturn since they don't return 2023-12-21 01:59:22 -05:00
local.mk sim: modules.c: fix generation after recent refactors 2023-01-15 20:55:48 -05:00
m16.dc
m16.igen sim: mips: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
m16e.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
m16run.c sim: mips: drop unused ENGINE_ISSUE_POSTFIX_HOOK 2022-12-24 21:37:59 -05:00
mdmx.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mdmx.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
micromips16.dc [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
micromips.dc [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
micromips.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
micromipsdsp.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
micromipsrun.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mips3d.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mips3264r2.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mips3264r6.igen sim: mips: Add simulator support for mips32r6/mips64r6 2022-02-04 19:37:26 -05:00
mips.dc
mips.igen sim: mips: fix -Wunused-variable warnings 2023-12-19 05:51:11 -05:00
sb1.igen sim: mips: fix printf string 2023-10-15 16:25:13 +05:45
sim-main.c sim: mips: migrate to standard uintXX_t types 2022-01-06 01:17:38 -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
smartmips.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tx.igen sim: mips: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
vr.igen sim: mips: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00