mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 04:13:50 +08:00
* exceptions.h: Include ui-out.h.
(ui_out): Remove declaration. * Makefile.in (exceptions_h): Add dependency on ui-out.h.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2005-04-02 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* exceptions.h: Include ui-out.h.
|
||||||
|
(ui_out): Remove declaration.
|
||||||
|
* Makefile.in (exceptions_h): Add dependency on ui-out.h.
|
||||||
|
|
||||||
2005-05-30 Andrew Cagney <cagney@gnu.org>
|
2005-05-30 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
* MAINTAINERS (Can Commit Without Approval): New section,
|
* MAINTAINERS (Can Commit Without Approval): New section,
|
||||||
|
@ -672,7 +672,7 @@ dwarf2loc_h = dwarf2loc.h
|
|||||||
environ_h = environ.h
|
environ_h = environ.h
|
||||||
event_loop_h = event-loop.h
|
event_loop_h = event-loop.h
|
||||||
event_top_h = event-top.h
|
event_top_h = event-top.h
|
||||||
exceptions_h = exceptions.h
|
exceptions_h = exceptions.h $(ui_out_h)
|
||||||
exec_h = exec.h $(target_h)
|
exec_h = exec.h $(target_h)
|
||||||
expression_h = expression.h $(symtab_h) $(doublest_h)
|
expression_h = expression.h $(symtab_h) $(doublest_h)
|
||||||
fbsd_nat_h = fbsd-nat.h
|
fbsd_nat_h = fbsd-nat.h
|
||||||
|
@ -24,8 +24,7 @@
|
|||||||
#ifndef EXCEPTIONS_H
|
#ifndef EXCEPTIONS_H
|
||||||
#define EXCEPTIONS_H
|
#define EXCEPTIONS_H
|
||||||
|
|
||||||
struct ui_out;
|
#include "ui-out.h"
|
||||||
|
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
||||||
/* Reasons for calling throw_exceptions(). NOTE: all reason values
|
/* Reasons for calling throw_exceptions(). NOTE: all reason values
|
||||||
|
Reference in New Issue
Block a user