mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
Move include/callback.h and include/remote-sim.h to include/gdb/.
Update accordingly.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-06-08 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* main.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
|
||||
* sim_calls.c: Ditto.
|
||||
|
||||
2002-05-30 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* lf.c (lf_print__gnu_copyleft): Convert multiline strings to
|
||||
|
@ -31,8 +31,8 @@
|
||||
#include "events.h" /* FIXME: psim should provide the interface */
|
||||
|
||||
#include "bfd.h"
|
||||
#include "callback.h"
|
||||
#include "remote-sim.h"
|
||||
#include "gdb/callback.h"
|
||||
#include "gdb/remote-sim.h"
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
|
@ -42,8 +42,8 @@
|
||||
|
||||
#include "defs.h"
|
||||
#include "bfd.h"
|
||||
#include "callback.h"
|
||||
#include "remote-sim.h"
|
||||
#include "gdb/callback.h"
|
||||
#include "gdb/remote-sim.h"
|
||||
|
||||
/* Define the rate at which the simulator should poll the host
|
||||
for a quit. */
|
||||
|
Reference in New Issue
Block a user