Move include/callback.h and include/remote-sim.h to include/gdb/.

Update accordingly.
This commit is contained in:
Andrew Cagney
2002-06-09 15:45:54 +00:00
parent 1029b7fa6a
commit 3c25f8c7b0
55 changed files with 182 additions and 82 deletions

View File

@ -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

View File

@ -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>

View File

@ -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. */