mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 10:55:46 +08:00
Include common-exceptions.h in common-defs.h
This commit includes common-exceptions.h in common-defs.h and removes all other inclusions. gdb/ChangeLog: * common/common-defs.h: Include common-exceptions.h. * exceptions.h: Do not include common-exceptions.h. gdb/gdbserver/ChangeLog: * server.h: Do not include common-exceptions.h.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2014-10-08 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
|
* common/common-defs.h: Include common-exceptions.h.
|
||||||
|
* exceptions.h: Do not include common-exceptions.h.
|
||||||
|
|
||||||
2014-10-08 Gary Benson <gbenson@redhat.com>
|
2014-10-08 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
* common/common-defs.h: Include cleanups.h.
|
* common/common-defs.h: Include cleanups.h.
|
||||||
|
@ -46,5 +46,6 @@
|
|||||||
#include "print-utils.h"
|
#include "print-utils.h"
|
||||||
#include "common-debug.h"
|
#include "common-debug.h"
|
||||||
#include "cleanups.h"
|
#include "cleanups.h"
|
||||||
|
#include "common-exceptions.h"
|
||||||
|
|
||||||
#endif /* COMMON_DEFS_H */
|
#endif /* COMMON_DEFS_H */
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#ifndef EXCEPTIONS_H
|
#ifndef EXCEPTIONS_H
|
||||||
#define EXCEPTIONS_H
|
#define EXCEPTIONS_H
|
||||||
|
|
||||||
#include "common-exceptions.h"
|
|
||||||
#include "ui-out.h"
|
#include "ui-out.h"
|
||||||
|
|
||||||
/* A pre-defined non-exception. */
|
/* A pre-defined non-exception. */
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2014-10-08 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
|
* server.h: Do not include common-exceptions.h.
|
||||||
|
|
||||||
2014-10-08 Gary Benson <gbenson@redhat.com>
|
2014-10-08 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
* server.h: Do not include cleanups.h.
|
* server.h: Do not include cleanups.h.
|
||||||
|
@ -124,6 +124,4 @@ extern int handle_target_event (int err, gdb_client_data client_data);
|
|||||||
as large as the largest register set supported by gdbserver. */
|
as large as the largest register set supported by gdbserver. */
|
||||||
#define PBUFSIZ 16384
|
#define PBUFSIZ 16384
|
||||||
|
|
||||||
#include "common-exceptions.h"
|
|
||||||
|
|
||||||
#endif /* SERVER_H */
|
#endif /* SERVER_H */
|
||||||
|
Reference in New Issue
Block a user