Call exit to make it obvious to GCC.
+2009-01-08 Nathan Froyd <froydnj@codesourcery.com>
+
+ * remote-sim.c (gdb_os_error): Mark as a noreturn function.
+ Call exit to make it obvious to GCC.
+
2009-01-08 Tom Tromey <tromey@redhat.com>
PR breakpoints/9350:
static void gdb_os_evprintf_filtered (host_callback *, const char *, va_list);
-static void gdb_os_error (host_callback *, const char *, ...);
+static void gdb_os_error (host_callback *, const char *, ...) ATTR_NORETURN;
static void gdbsim_fetch_register (struct regcache *regcache, int regno);
verror (format, args);
va_end (args);
}
+ exit (1);
}
int