diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-09 15:45:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-09 15:45:54 +0000 |
commit | 3c25f8c7b071182238e0833c72552ee0e72fd2ae (patch) | |
tree | 72f9fd7da4b0bc3057d07dbc142ab9faa014e42a /sim/ppc | |
parent | 1029b7fa6a31d4cbb42e8d14c67ff4fdbbd4bd8c (diff) | |
download | fsf-binutils-gdb-3c25f8c7b071182238e0833c72552ee0e72fd2ae.zip fsf-binutils-gdb-3c25f8c7b071182238e0833c72552ee0e72fd2ae.tar.gz fsf-binutils-gdb-3c25f8c7b071182238e0833c72552ee0e72fd2ae.tar.bz2 |
Move include/callback.h and include/remote-sim.h to include/gdb/.
Update accordingly.
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/ChangeLog | 5 | ||||
-rw-r--r-- | sim/ppc/main.c | 4 | ||||
-rw-r--r-- | sim/ppc/sim_calls.c | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index dce9499..0aea7d4 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -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 diff --git a/sim/ppc/main.c b/sim/ppc/main.c index f6ac87f..4df78ab 100644 --- a/sim/ppc/main.c +++ b/sim/ppc/main.c @@ -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> diff --git a/sim/ppc/sim_calls.c b/sim/ppc/sim_calls.c index 47af5b1..f2c2d19 100644 --- a/sim/ppc/sim_calls.c +++ b/sim/ppc/sim_calls.c @@ -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. */ |