Files
binutils-gdb/sim
Andrew Burgess e5961d2be5 sim/ppc: mark device_error function as ATTRIBUTE_NORETURN
The device_error function always ends up calling the error function,
which is itself marked as ATTRIBUTE_NORETURN, so it makes sense that
device_error should also be marked ATTRIBUTE_NORETURN.

Doing this resolves a few warnings from hw_ide.c about possibly
uninitialized variables - the variables are only uninitialized after
passing through a call to device_error, which obviously means the
variables are never really used uninitialized, the simulation will
terminate with the device_error call.
2022-10-19 14:32:22 +01:00
..
2022-05-13 14:32:54 +09:30
2022-08-06 08:03:16 +09:30
2022-10-11 15:18:14 +01:00
2022-08-06 08:03:16 +09:30
2022-10-11 15:18:14 +01:00
2022-05-13 14:32:54 +09:30
2022-09-27 11:42:32 -07:00
2022-10-11 15:18:14 +01:00
2022-05-13 14:32:54 +09:30
2022-10-11 15:18:14 +01:00
2022-05-13 14:32:54 +09:30
2022-10-11 15:18:14 +01:00
2022-08-06 08:03:16 +09:30
2022-04-06 11:10:40 -04:00
2022-09-27 11:42:32 -07:00
2022-09-27 11:42:32 -07:00
2022-09-01 10:15:09 -04:00