binutils-gdb/gdb/cli
Jan Kratochvil c25c4a8b0e gdb/
* cli/cli-cmds.h (error_no_arg): Remove.  Move the comment ...
	* command.h (error_no_arg): ... here.  Remove NORETURN, change
	ATTR_NORETURN to ATTRIBUTE_NORETURN.
	* defs.h (NORETURN, ATTR_NORETURN): Remove.
	(perror_with_name, verror, error, error_stream, vfatal, fatal)
	(internal_verror, internal_error, nomem): Remove NORETURN, change
	ATTR_NORETURN to ATTRIBUTE_NORETURN.
	* exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
	(throw_vfatal, throw_error): Remove NORETURN.
	(throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
	* exceptions.h (throw_exception, throw_verror, throw_vfatal)
	(throw_error, deprecated_throw_reason): Remove NORETURN, change
	ATTR_NORETURN to ATTRIBUTE_NORETURN.
	* linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
	to ATTRIBUTE_NORETURN for prototype, for the definition only remove
	NORETURN.
	* remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
	* remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
	ATTRIBUTE_NORETURN.
	* target.c (tcomplain): Likewise.
	* target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
	ATTRIBUTE_NORETURN.
	* utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
	(internal_error, perror_with_name, nomem): Remove NORETURN.
	* xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
	ATTRIBUTE_NORETURN.

gdb/doc/
	* gdbint.texinfo (Host Definition): Remove items NORETURN and
	ATTR_NORETURN.
2010-05-02 23:52:14 +00:00
..
cli-cmds.c Add support for auto-loading scripts from .debug_gdb_scripts section. 2010-04-23 16:20:13 +00:00
cli-cmds.h gdb/ 2010-05-02 23:52:14 +00:00
cli-decode.c gdb 2010-04-26 18:37:14 +00:00
cli-decode.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-dump.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-dump.h gdb/ 2010-05-02 09:13:35 +00:00
cli-interp.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-logging.c Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
cli-script.c * top.c (source_file_name): Make const char *. 2010-04-07 16:54:39 +00:00
cli-script.h * top.c (source_file_name): Make const char *. 2010-04-07 16:54:39 +00:00
cli-setshow.c gdb 2010-03-05 20:18:19 +00:00
cli-setshow.h Update copyright year in most headers. 2010-01-01 07:32:07 +00:00